PostgreSQL Source Code
git master
auxprocess.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
* auxprocess.h
3
* include file for functions related to auxiliary processes.
4
*
5
*
6
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
* IDENTIFICATION
10
* src/include/postmaster/auxprocess.h
11
*-------------------------------------------------------------------------
12
*/
13
#ifndef AUXPROCESS_H
14
#define AUXPROCESS_H
15
16
extern
void
AuxiliaryProcessMainCommon
(
void
);
17
18
#endif
/* AUXPROCESS_H */
AuxiliaryProcessMainCommon
void AuxiliaryProcessMainCommon(void)
Definition:
auxprocess.c:44
src
include
postmaster
auxprocess.h
Generated on Sun Oct 6 2024 18:13:25 for PostgreSQL Source Code by
1.9.1