At update of non-LP_NORMAL TID, fail instead of corrupting page header.
[pgsql.git] / src / include / postmaster / fork_process.h
bloba1b20316ecd82850d73401bf9bd044287d616218
1 /*-------------------------------------------------------------------------
3 * fork_process.h
4 * Exports from postmaster/fork_process.c.
6 * Copyright (c) 1996-2025, PostgreSQL Global Development Group
8 * src/include/postmaster/fork_process.h
10 *-------------------------------------------------------------------------
12 #ifndef FORK_PROCESS_H
13 #define FORK_PROCESS_H
15 extern pid_t fork_process(void);
17 #endif /* FORK_PROCESS_H */