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:05
Message-ID: 20081010134805.8B60A7545A4@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.

Modified Files:
--------------
pgsql/src/backend/tcop:
utility.c (r1.298 -> r1.299)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/utility.c?r1=1.298&r2=1.299)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-10-10 13:48:12 pgsql: Fix omission of DiscardStmt in GetCommandLogLevel, per report
Previous Message Michael Meskes 2008-10-10 12:20:06 pgsql: Optional arguments should be optional.