Content-Length: 274180 | pFad | http://github.com/postgrespro/postgres/commit/ecb68138e9d26324256db004c1783b4a41b75a33
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55dc7fa commit ecb6813Copy full SHA for ecb6813
src/backend/utils/error/elog.c
@@ -37,7 +37,7 @@
37
*
38
39
* IDENTIFICATION
40
- * $PostgreSQL: pgsql/src/backend/utils/error/elog.c,v 1.144 2004/07/31 00:45:38 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/error/elog.c,v 1.145 2004/08/04 20:58:46 tgl Exp $
41
42
*-------------------------------------------------------------------------
43
*/
@@ -1158,7 +1158,7 @@ write_syslog(int level, const char *line)
1158
syslog_fac = LOG_LOCAL6;
1159
if (pg_strcasecmp(Syslog_facility, "LOCAL7") == 0)
1160
syslog_fac = LOG_LOCAL7;
1161
- openlog(Syslog_ident, LOG_PID | LOG_NDELAY, syslog_fac);
+ openlog(Syslog_ident, LOG_PID | LOG_NDELAY | LOG_NOWAIT, syslog_fac);
1162
openlog_done = true;
1163
}
1164
Fetched URL: http://github.com/postgrespro/postgres/commit/ecb68138e9d26324256db004c1783b4a41b75a33
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments