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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Also update psqlscan.l with the UESCAPE error rule changes.
Дата
Msg-id E1UGCwC-0007Mb-Pi@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Minor fixes for hstore_to_json_loose().
Следующее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Add regression test for MV join to view.