pgsql: Revert ill-considered change to plpgsql: it should not rely on - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Revert ill-considered change to plpgsql: it should not rely on
Date
Msg-id 20060527194552.B1E949FA2D8@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Revert ill-considered change to plpgsql: it should not rely on the
current setting of standard_conforming_strings to decide how to quote
strings that will be used later.  There is much more to do here but
this particular change breaks the build on Windows, so fix it now.

Modified Files:
--------------
    pgsql/src/pl/plpgsql/src:
        gram.y (r1.89 -> r1.90)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y.diff?r1=1.89&r2=1.90)

pgsql-committers by date:

Previous
From: nwakefield@pgfoundry.org (User Nwakefield)
Date:
Subject: bizgres - bizgres:
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: TG_table_name and TG_table_schema for pl/tcl, plus regression