Repair memory leaks in plpython.
[pgsql.git] / src / include / postmaster / auxprocess.h
blob23d4b2ad2ec39127619c18fe201733aba94a9137
1 /*-------------------------------------------------------------------------
2 * auxprocess.h
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
9 * IDENTIFICATION
10 * src/include/postmaster/auxprocess.h
11 *-------------------------------------------------------------------------
13 #ifndef AUXPROCESS_H
14 #define AUXPROCESS_H
16 extern void AuxiliaryProcessMainCommon(void);
18 #endif /* AUXPROCESS_H */