pgsql: Avoid cluttering the postmaster log with bogus complaints during

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid cluttering the postmaster log with bogus complaints during
Date: 2008-01-14 19:18:53
Message-ID: 20080114191853.32107754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Avoid cluttering the postmaster log with bogus complaints
during transaction abort, per my note from a couple days ago.

Modified Files:
--------------
pgsql/src/backend/utils/misc:
guc.c (r1.429 -> r1.430)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.429&r2=1.430)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-01-14 19:27:41 pgsql: Prevent pg_dump from dumping the comment (if any) on the 'public'
Previous Message Tom Lane 2008-01-14 18:46:49 pgsql: Fix an ancient oversight in libpq's handling of V3-protocol COPY