]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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)
commit6b7eebc05e3bfd86757f5aa1f05bca463e92d7db
tree13a1478f0f1b795e47173deee53442aa92c2560a
parent3793310286546f12bfae9632c81bfaee67a913c1
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