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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert ill-considered change to plpgsql: it should not rely on
Date: 2006-05-27 19:45:52
Message-ID: 20060527194552.B1E949FA2D8@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2006-05-27 20:24:16 pgsql: TG_table_name and TG_table_schema for pl/tcl, plus regression
Previous Message User Nwakefield 2006-05-27 19:45:51 bizgres - bizgres: