1 /*-------------------------------------------------------------------------
3 * include file for functions related to auxiliary processes.
6 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
10 * src/include/postmaster/auxprocess.h
11 *-------------------------------------------------------------------------
16 extern void AuxiliaryProcessMainCommon(void);
18 #endif /* AUXPROCESS_H */