OSDN Git Service

Switch order of WHERE clauses in tab completion queries, as suggested
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 24 Dec 2004 15:42:05 +0000 (15:42 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 24 Dec 2004 15:42:05 +0000 (15:42 +0000)
commit9405e14e00af7f02d39e617c934a7bcee3e95681
tree5f5fe331eba0603bdc2582e22363a29d10872412
parent0add759825e746c76671badfcf38c329ee7f151a
Switch order of WHERE clauses in tab completion queries, as suggested
by Rod Taylor.  The foo_is_visible() functions are relatively slow and
so it pays to check them after checking the name pattern match.
src/bin/psql/tab-complete.c