pgsql: Fix omission of DiscardStmt in GetCommandLogLevel, per report

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix omission of DiscardStmt in GetCommandLogLevel, per report
Date: 2008-10-10 13:48:12
Message-ID: 20081010134812.85B097545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix omission of DiscardStmt in GetCommandLogLevel, per report from Hubert
Depesz Lubaczewski. In HEAD, also move a couple of other cases to make the
code ordering match up with ProcessUtility.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/backend/tcop:
utility.c (r1.289.2.1 -> r1.289.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/utility.c?r1=1.289.2.1&r2=1.289.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-10-10 14:17:08 pgsql: Fix small query-lifespan memory leak introduced by 8.4 change in
Previous Message Tom Lane 2008-10-10 13:48:05 pgsql: Fix omission of DiscardStmt in GetCommandLogLevel, per report