pgsql: Also update psqlscan.l with the UESCAPE error rule changes.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Also update psqlscan.l with the UESCAPE error rule changes.
Date: 2013-03-14 18:31:36
Message-ID: E1UGCwC-0007Mb-Pi@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Also update psqlscan.l with the UESCAPE error rule changes.

Even though this patch had no user-visible difference, better keep the code
in psqlscan.l sync with the backend lexer. And of course it's nice to shrink
the psql binary, too. Ecpg's version of the lexer doesn't have the error
rule, it doesn't try to avoid backing up, so it doesn't need to be modified.

As reminded by Tom Lane

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f7559c0101afa33bfb4e104036ca46adac900111

Modified Files
--------------
src/bin/psql/psqlscan.l | 42 ++++++++++++++++++++++++++++++++----------
1 files changed, 32 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2013-03-14 18:37:56 pgsql: Add regression test for MV join to view.
Previous Message Tom Lane 2013-03-14 17:51:55 pgsql: Minor fixes for hstore_to_json_loose().