1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +03:00

Reversed out Massimo patch.

This commit is contained in:
Bruce Momjian
1999-06-12 14:07:33 +00:00
parent 603e153bb8
commit 0c3281ce7c
6 changed files with 14 additions and 111 deletions

View File

@@ -64,9 +64,6 @@ enum pg_option_enum {
OPT_SYSLOG, /* use syslog for error messages */
OPT_HOSTLOOKUP, /* enable hostname lookup in ps_status */
OPT_SHOWPORTNUMBER, /* show port number in ps_status */
#ifdef FREE_TUPLE_MEMORY
OPT_FREE_TUPLE_MEMORY, /* try to pfree memory for each tuple */
#endif
NUM_PG_OPTIONS /* must be the last item of enum */
};
@@ -86,9 +83,9 @@ extern int pg_options[NUM_PG_OPTIONS];
#endif /* TRACE_H */
/*
* Local Variables:
* tab-width: 4
* c-indent-level: 4
* c-basic-offset: 4
* Local variables:
* tab-width: 4
* c-indent-level: 4
* c-basic-offset: 4
* End:
*/