pgsql: Increase PG_SYSLOG_LIMIT (the max line length sent to syslog()) - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Increase PG_SYSLOG_LIMIT (the max line length sent to syslog())
Date
Msg-id 20080709155649.D0398754857@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/utils/error:
        elog.c (r1.204 -> r1.205)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/error/elog.c?r1=1.204&r2=1.205)

pgsql-committers by date:

Previous
From: gleu@pgfoundry.org (User Gleu)
Date:
Subject: pginstaller - pginst: Update the template message in the french
Next
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: log proper reason for disconnect