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
18
extern
void
AuxiliaryProcessMain
(
AuxProcType
auxtype)
pg_attribute_noreturn
();
19
20
#endif
/* AUXPROCESS_H */
AuxiliaryProcessMain
void AuxiliaryProcessMain(AuxProcType auxtype) pg_attribute_noreturn()
Definition:
auxprocess.c:57
pg_attribute_noreturn
#define pg_attribute_noreturn()
Definition:
c.h:201
miscadmin.h
AuxProcType
AuxProcType
Definition:
miscadmin.h:438
src
include
postmaster
auxprocess.h
Generated on Sun May 28 2023 12:13:23 for PostgreSQL Source Code by
1.9.1