]> granicus.if.org Git - postgresql/commit
Fix glitch recently introduced in psql tab completion.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 31 Mar 2012 15:19:23 +0000 (11:19 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 31 Mar 2012 15:19:23 +0000 (11:19 -0400)
commita52e6fe7bcf86f7e52d7b1d6f59260cb57b565fa
tree432727f7445e3e4dd6c4aef23a635c659df77999
parent5e83854d71bb05403768a97a415a129b0081564b
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.
src/bin/psql/tab-complete.c