pgsql: Reduce memory requirements for writing CSVlogs, so it will work

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reduce memory requirements for writing CSVlogs, so it will work
Date: 2007-08-23 01:24:43
Message-ID: 20070823012443.40BBE7541EA@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Reduce memory requirements for writing CSVlogs, so it will work with about
the same amount of memory in ErrorContext as standard logs.

Modified Files:
--------------
pgsql/src/backend/utils/error:
elog.c (r1.194 -> r1.195)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/error/elog.c?r1=1.194&r2=1.195)

Browse pgsql-committers by date

  From Date Subject
Next Message User Eggyknap 2007-08-23 02:34:48 pgsnmpd - pgsnmpd: MIB chunk for pg_am table
Previous Message Andrew Dunstan 2007-08-23 00:38:17 pgsql: unbreak ECPG tests for VPATH builds.