pgsql: Disable the use of Unicode escapes in string constants (U&'')

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Disable the use of Unicode escapes in string constants (U&'')
Date: 2009-05-05 18:32:18
Message-ID: 20090505183218.167E7754069@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Disable the use of Unicode escapes in string constants (U&'') when
standard_conforming_strings is not on, for security reasons.

Modified Files:
--------------
pgsql/doc/src/sgml:
syntax.sgml (r1.131 -> r1.132)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/syntax.sgml?r1=1.131&r2=1.132)
pgsql/src/backend/parser:
scan.l (r1.151 -> r1.152)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/scan.l?r1=1.151&r2=1.152)
pgsql/src/test/regress/expected:
strings.out (r1.35 -> r1.36)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/strings.out?r1=1.35&r2=1.36)
pgsql/src/test/regress/sql:
strings.sql (r1.24 -> r1.25)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/strings.sql?r1=1.24&r2=1.25)

Browse pgsql-committers by date

  From Date Subject
Next Message User Bmomjian 2009-05-05 18:46:36 pg-migrator - pg_migrator: Fix bug identified by Stefan Kaltenbrunner.
Previous Message Tom Lane 2009-05-05 18:02:11 pgsql: Avoid integer overflow in the loop that extracts histogram