]> granicus.if.org Git - postgresql/blob - src/include/utils/help_config.h
Improve performance of numeric sum(), avg(), stddev(), variance(), etc.
[postgresql] / src / include / utils / help_config.h
1 /*-------------------------------------------------------------------------
2  *
3  * help_config.h
4  *              Interface to the --help-config option of main.c
5  *
6  * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
7  *
8  *        src/include/utils/help_config.h
9  *
10  *-------------------------------------------------------------------------
11  */
12 #ifndef HELP_CONFIG_H
13 #define HELP_CONFIG_H 1
14
15 extern void GucInfoMain(void) __attribute__((noreturn));
16
17 #endif