postgresql/src/backend
Tom Lane 375aa7b393 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
2011-08-05 21:02:31 -04:00
..
access Allow per-column foreign data wrapper options. 2011-08-05 13:24:03 -04:00
bootstrap Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE. 2011-07-18 11:04:43 -04:00
catalog Allow per-column foreign data wrapper options. 2011-08-05 13:24:03 -04:00
commands Allow per-column foreign data wrapper options. 2011-08-05 13:24:03 -04:00
executor Avoid integer overflow when LIMIT + OFFSET >= 2^63. 2011-08-02 10:47:17 +03:00
foreign Clean up most -Wunused-but-set-variable warnings from gcc 4.6 2011-04-11 22:28:45 +03:00
lib Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
libpq Add host name resolution information to pg_hba.conf error messages 2011-07-31 18:03:43 +03:00
main Pgindent run before 9.1 beta2. 2011-06-09 14:32:50 -04:00
nodes Allow per-column foreign data wrapper options. 2011-08-05 13:24:03 -04:00
optimizer Make pgbench use erand48() rather than random(). 2011-08-03 16:26:40 -04:00
parser Allow per-column foreign data wrapper options. 2011-08-05 13:24:03 -04:00
po Fixed string in German translation that causes segfault. 2011-06-20 13:53:15 +02:00
port Replace printf format %i by %d 2011-07-26 22:54:29 +03:00
postmaster Create VXID locks "lazily" in the main lock table. 2011-08-04 12:38:33 -04:00
regex Pgindent run before 9.1 beta2. 2011-06-09 14:32:50 -04:00
replication Cascading replication feature for streaming log-based replication. 2011-07-19 03:40:03 +01:00
rewrite Try to acquire relation locks in RangeVarGetRelid. 2011-07-08 22:19:30 -04:00
snowball Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
storage Create VXID locks "lazily" in the main lock table. 2011-08-04 12:38:33 -04:00
tcop Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE. 2011-07-18 11:04:43 -04:00
tsearch Pgindent run before 9.1 beta2. 2011-06-09 14:32:50 -04:00
utils Reduce PG_SYSLOG_LIMIT to 900 bytes. 2011-08-05 21:02:31 -04:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Workaround for recursive make breakage 2011-01-13 09:32:06 +02:00
Makefile Fix symlink for errcodes.h so it works in VPATH builds from tarballs. 2011-06-22 13:08:08 -04:00
nls.mk Add the possibility to pass --flag arguments to xgettext calls 2011-06-27 00:37:21 +03:00