????

Your IP : 18.218.251.50


Current Path : C:/opt/pgsql/include/server/postmaster/
Upload File :
Current File : C:/opt/pgsql/include/server/postmaster/fork_process.h

/*-------------------------------------------------------------------------
 *
 * fork_process.h
 *	  Exports from postmaster/fork_process.c.
 *
 * Copyright (c) 1996-2023, PostgreSQL Global Development Group
 *
 * src/include/postmaster/fork_process.h
 *
 *-------------------------------------------------------------------------
 */
#ifndef FORK_PROCESS_H
#define FORK_PROCESS_H

extern pid_t fork_process(void);

#endif							/* FORK_PROCESS_H */