summaryrefslogtreecommitdiff
path: root/src/include/utils/trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/trace.h')
-rw-r--r--src/include/utils/trace.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/include/utils/trace.h b/src/include/utils/trace.h
index 1affd968b7e..3174026ca5c 100644
--- a/src/include/utils/trace.h
+++ b/src/include/utils/trace.h
@@ -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:
*/