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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/utils/trace.h b/src/include/utils/trace.h
index 8f716393c6..d978f16ab4 100644
--- a/src/include/utils/trace.h
+++ b/src/include/utils/trace.h
@@ -66,10 +66,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 */
- OPT_NOTIFYUNLOCK, /* enable unlock of pg_listener after
- * notify */
- OPT_NOTIFYHACK, /* enable notify hack to remove duplicate
- * tuples */
NUM_PG_OPTIONS /* must be the last item of enum */
};