diff options
author | Tom Lane | 1998-10-06 02:40:09 +0000 |
---|---|---|
committer | Tom Lane | 1998-10-06 02:40:09 +0000 |
commit | c77a29a14efe69851a087989e3520ed560fa8862 (patch) | |
tree | 351498a12d481c6ab7c52632441b2294a708f504 /src/backend/utils/misc/trace.c | |
parent | e7e027a6c9ca2fde9c05da9fda8ea89d1a6296c6 (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/backend/utils/misc/trace.c')
-rw-r--r-- | src/backend/utils/misc/trace.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 */ }; /* |