aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execIndexing.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2015-10-20 09:27:50 -0400
committerRobert Haas <rhaas@postgresql.org>2015-10-20 09:27:50 -0400
commit5be94a9eb15a03d8dbc4a5b52760c8776eb3525e (patch)
treecca017ce1bce815ff18565b436d584b9635809fc /src/backend/executor/execIndexing.c
parentd53f808e7eacca1036f9f6b5a271a6269949445d (diff)
downloadpostgresql-5be94a9eb15a03d8dbc4a5b52760c8776eb3525e.tar.gz
postgresql-5be94a9eb15a03d8dbc4a5b52760c8776eb3525e.zip
Be a bit more rigorous about how we cache strcoll and strxfrm results.
Commit 0e57b4d8bd9674adaf5747421b3255b85e385534 contained some clever logic that attempted to make sure that we couldn't get confused about whether the last thing we cached was a strcoll() result or a strxfrm() result, but it wasn't quite clever enough, because we can perform further abbreviations after having already performed some comparisons. Introduce an explicit flag in the hopes of making this watertight. Peter Geoghegan, reviewed by me.
Diffstat (limited to 'src/backend/executor/execIndexing.c')
0 files changed, 0 insertions, 0 deletions