pgsql: Fix glitch recently introduced in psql tab completion.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix glitch recently introduced in psql tab completion.
Дата
Msg-id E1SE05T-0006JR-7M@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix glitch recently introduced in psql tab completion.

Over-optimization (by me, looks like :-() broke the case of recognizing
a word boundary just before a quoted identifier.  Reported and diagnosed
by Dean Rasheed.

Branch
------
master

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

Modified Files
--------------
src/bin/psql/tab-complete.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Add PGDLLIMPORT to ScanKeywords and NumScanKeywords.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Add PGDLLIMPORT to ScanKeywords and NumScanKeywords.