Increase PG_SYSLOG_LIMIT (the max line length sent to syslog()) from 128 to
commitc895494c277e373e1bc53d7f6a9f907f5d3e458e
authortgl <tgl>
Wed, 9 Jul 2008 15:56:49 +0000 (9 15:56 +0000)
committertgl <tgl>
Wed, 9 Jul 2008 15:56:49 +0000 (9 15:56 +0000)
tree76375ea2e79a5f0d1225077dbc9a41fb7aa32377
parentc575dba640b57225952b565d37acf0af39d23ee3
Increase PG_SYSLOG_LIMIT (the max line length sent to syslog()) from 128 to
1024 to improve performance when sending large elog messages.  Also add a
comment about why we use that number.

Since this represents an externally visible behavior change, and might
possibly result in portability issues, it seems best not to back-patch it.
src/backend/utils/error/elog.c