summaryrefslogtreecommitdiff
path: root/src/include/utils/trace.h
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>1998-10-06 02:40:09 +0000
committerTom Lane <tgl@sss.pgh.pa.us>1998-10-06 02:40:09 +0000
commitc77a29a14efe69851a087989e3520ed560fa8862 (patch)
tree351498a12d481c6ab7c52632441b2294a708f504 /src/include/utils/trace.h
parente7e027a6c9ca2fde9c05da9fda8ea89d1a6296c6 (diff)
Substantial rewrite of async.c to avoid problems with non-reentrant stdio
and possibly other problems. Minor changes in xact.c and postgres.c's main loop to support new handling of async NOTIFY.
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 8f716393c67..d978f16ab44 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 */
};