PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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-2025, 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
16extern void AuxiliaryProcessMainCommon(void);
17
18#endif /* AUXPROCESS_H */
void AuxiliaryProcessMainCommon(void)
Definition: auxprocess.c:39