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-2023, 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 #include "miscadmin.h"
17 
19 
20 #endif /* AUXPROCESS_H */
void AuxiliaryProcessMain(AuxProcType auxtype) pg_attribute_noreturn()
Definition: auxprocess.c:57
#define pg_attribute_noreturn()
Definition: c.h:201
AuxProcType
Definition: miscadmin.h:438