Fix glitch recently introduced in psql tab completion.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a52e6fe7bcf86f7e52d7b1d6f59260cb57b565fa
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-03-31T15:19:23Z
Releases: 9.2.0
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.

Files

PathChange+/−
src/bin/psql/tab-complete.c modified +1 −1