Increase PG_SYSLOG_LIMIT (the max line length sent to syslog()) from 128 to
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 9 Jul 2008 15:56:49 +0000 (15:56 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 9 Jul 2008 15:56:49 +0000 (15:56 +0000)
commit79e9f23c18d00fc86c0489331723b0d21e1159cf
tree8f06d1cf4ca8d13d3295ae6384b300c7dcbe858b
parent8cc786c87677686f964ded473e94e7822eaf39af
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