pgsql: Fixed incorrect argument handling in SET command if argument is a - Mailing list pgsql-committers

From meskes@postgresql.org (Michael Meskes)
Subject pgsql: Fixed incorrect argument handling in SET command if argument is a
Date
Msg-id 20080820140717.3C6AB755315@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Make libpq on windows not try to send chunks larger than 64Kb.
Next
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Synced parser.