]> granicus.if.org Git - postgresql/commit
Reduce PG_SYSLOG_LIMIT to 900 bytes.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Aug 2011 01:02:31 +0000 (21:02 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Aug 2011 01:02:52 +0000 (21:02 -0400)
commit20b6578bdb4fe40eee7a01674eb077ffdb19d874
tree767dae67c2a3f7d4f404fefd13c86526c21d6639
parent95245e887858e5b18772387d0ebeba32862e516c
Reduce PG_SYSLOG_LIMIT to 900 bytes.

The previous limit of 1024 was set on the assumption that all modern syslog
implementations have line length limits of 2KB or so.  However, this is
false, as at least Solaris and sysklogd truncate at only 1KB.  900 seems
to leave enough room for the max likely length of the tacked-on prefixes,
so let's go with that.

As with the previous change, it doesn't seem wise to back-patch this into
already-released branches; but it should be OK to sneak it into 9.1.

Noah Misch
src/backend/utils/error/elog.c