2003-07-04 12:41:22 -04:00
|
|
|
/*-------------------------------------------------------------------------
|
|
|
|
|
*
|
|
|
|
|
* help_config.h
|
2003-08-03 20:43:34 -04:00
|
|
|
* Interface to the --help-config option of main.c
|
|
|
|
|
*
|
2016-01-02 13:33:40 -05:00
|
|
|
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
|
2003-07-04 12:41:22 -04:00
|
|
|
*
|
2010-09-20 16:08:53 -04:00
|
|
|
* src/include/utils/help_config.h
|
2003-07-04 12:41:22 -04:00
|
|
|
*
|
|
|
|
|
*-------------------------------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
|
#ifndef HELP_CONFIG_H
|
|
|
|
|
#define HELP_CONFIG_H 1
|
|
|
|
|
|
2015-03-26 14:03:19 -04:00
|
|
|
extern void GucInfoMain(void) pg_attribute_noreturn();
|
2003-07-04 12:41:22 -04:00
|
|
|
|
|
|
|
|
#endif
|