pgsql: Fixed incorrect argument handling in SET command if argument is a

From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fixed incorrect argument handling in SET command if argument is a
Date: 2008-08-20 14:07:17
Message-ID: 20080820140717.3C6AB755315@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fixed incorrect argument handling in SET command if argument is a variable.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/interfaces/ecpg/preproc:
preproc.y (r1.359.2.4 -> r1.359.2.5)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/preproc.y?r1=1.359.2.4&r2=1.359.2.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2008-08-20 14:09:16 pgsql: Synced parser.
Previous Message Magnus Hagander 2008-08-20 11:53:51 pgsql: Make libpq on windows not try to send chunks larger than 64Kb.