diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-10-31 03:58:15 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-10-31 03:58:15 +0000 |
commit | e181001764185e2d6e8a5d755c021e2c63c600dd (patch) | |
tree | a8f733b887097ba7bf1ffabd74c9def5b48e6dbf /src/backend/access/gist/gistscan.c | |
parent | ede9b68e03ec9288e85b2847b27793782c0cf5da (diff) | |
download | postgresql-e181001764185e2d6e8a5d755c021e2c63c600dd.tar.gz postgresql-e181001764185e2d6e8a5d755c021e2c63c600dd.zip |
Small fix to Christopher's recent improvements --- underscore is not
a special character in regexes, but it is for LIKE, so NOT LIKE 'pg_%'
is incorrect. Need NOT LIKE 'pg\_%'.
Diffstat (limited to 'src/backend/access/gist/gistscan.c')
0 files changed, 0 insertions, 0 deletions