aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeHash.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-01-03 05:39:08 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2010-01-03 05:39:08 +0000
commit5b76bb180f4091823fa33f474601ada34eda2c39 (patch)
treeb4ecbf3ce44cf85150dc726fbb8ed2d78fd4f6b5 /src/backend/executor/nodeHash.c
parentc3705d8cc5bb7197295c1965c80ccf247716318d (diff)
downloadpostgresql-5b76bb180f4091823fa33f474601ada34eda2c39.tar.gz
postgresql-5b76bb180f4091823fa33f474601ada34eda2c39.zip
Dept of second thoughts: my first cut at supporting "x IS NOT NULL" btree
indexscans would do the wrong thing if index_rescan() was called with a NULL instead of a new set of scankeys and the index was DESC order, because sk_strategy would not get flipped a second time. I think that those provisions for a NULL argument are dead code now as far as the core backend goes, but possibly somebody somewhere is still using it. In any case, this refactoring seems clearer, and it's definitely shorter.
Diffstat (limited to 'src/backend/executor/nodeHash.c')
0 files changed, 0 insertions, 0 deletions