From c77a29a14efe69851a087989e3520ed560fa8862 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 6 Oct 1998 02:40:09 +0000 Subject: 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. --- src/backend/utils/misc/trace.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/backend/utils/misc/trace.c') diff --git a/src/backend/utils/misc/trace.c b/src/backend/utils/misc/trace.c index fb3289d7bc1..8adbb075be1 100644 --- a/src/backend/utils/misc/trace.c +++ b/src/backend/utils/misc/trace.c @@ -70,10 +70,6 @@ static char *opt_names[] = { "syslog", /* use syslog for error messages */ "hostlookup", /* enable hostname lookup in ps_status */ "showportnumber", /* show port number in ps_status */ - "notifyunlock", /* enable unlock of pg_listener after - * notify */ - "notifyhack" /* enable notify hack to remove duplicate - * tuples */ }; /* -- cgit v1.2.3