pgsql: Fix glitch recently introduced in psql tab completion.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix glitch recently introduced in psql tab completion.
Date: 2012-03-31 15:19:31
Message-ID: E1SE05T-0006JR-7M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2012-03-31 15:41:01 Re: pgsql: Add PGDLLIMPORT to ScanKeywords and NumScanKeywords.
Previous Message Tom Lane 2012-03-31 14:56:36 pgsql: Add PGDLLIMPORT to ScanKeywords and NumScanKeywords.