mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +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:
@@ -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 */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user