diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-04-13 16:26:34 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-04-13 16:26:34 -0400 |
commit | b5607b0746f40b3f5b38004c64ccc9697ee1e222 (patch) | |
tree | f1215b331dc8a13617e1530849f2b99ae8d7c41d /contrib/pageinspect/gistfuncs.c | |
parent | 139d46ee26a2c7813d02739d35fa305890643ac1 (diff) | |
download | postgresql-b5607b0746f40b3f5b38004c64ccc9697ee1e222.tar.gz postgresql-b5607b0746f40b3f5b38004c64ccc9697ee1e222.zip |
Fix case sensitivity in psql's tab completion for GUC names.
Input for these should be case-insensitive, but was not completely
so. Comparing to the similar queries for timezone names, I realized
that we'd missed forcing the comparison pattern to lower-case.
With that, it behaves as I expect.
While here, flatten the sub-selects in these queries; I don't
find that those add any readability.
Discussion: https://postgr.es/m/3369130.1649348542@sss.pgh.pa.us
Diffstat (limited to 'contrib/pageinspect/gistfuncs.c')
0 files changed, 0 insertions, 0 deletions