19 lines
542 B
C
19 lines
542 B
C
/* --------------------------------------------------------------------
|
|
* guc_memory.h
|
|
*
|
|
* External declarations pertaining to backend/utils/misc/guc-file.l
|
|
* and backend/utils/misc/guc/guc_memory.cpp
|
|
*
|
|
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
|
|
* Written by Peter Eisentraut <peter_e@gmx.net>.
|
|
*
|
|
* src/include/utils/guc_memory.h
|
|
* --------------------------------------------------------------------
|
|
*/
|
|
#ifndef GUC_MEMORY_H
|
|
#define GUC_MEMORY_H
|
|
|
|
extern void InitMemoryConfigureNames();
|
|
|
|
#endif /* GUC_SQL_H */
|