mirror of
https://github.com/postgres/postgres.git
synced 2025-11-15 03:41:20 +03:00
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.
This commit is contained in:
@@ -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 */
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user