postgresql/src/backend
Tom Lane c1d62bfd00 Add operator strategy and comparison-value datatype fields to ScanKey.
Remove the 'strategy map' code, which was a large amount of mechanism
that no longer had any use except reverse-mapping from procedure OID to
strategy number.  Passing the strategy number to the index AM in the
first place is simpler and faster.
This is a preliminary step in planned support for cross-datatype index
operations.  I'm committing it now since the ScanKeyEntryInitialize()
API change touches quite a lot of files, and I want to commit those
changes before the tree drifts under me.
2003-11-09 21:30:38 +00:00
..
access Add operator strategy and comparison-value datatype fields to ScanKey. 2003-11-09 21:30:38 +00:00
bootstrap Add operator strategy and comparison-value datatype fields to ScanKey. 2003-11-09 21:30:38 +00:00
catalog Add operator strategy and comparison-value datatype fields to ScanKey. 2003-11-09 21:30:38 +00:00
commands Add operator strategy and comparison-value datatype fields to ScanKey. 2003-11-09 21:30:38 +00:00
executor Add operator strategy and comparison-value datatype fields to ScanKey. 2003-11-09 21:30:38 +00:00
lib
libpq Remove socket credentials defines not referenced. 2003-10-25 03:48:47 +00:00
main
nodes Add operator strategy and comparison-value datatype fields to ScanKey. 2003-11-09 21:30:38 +00:00
optimizer Add operator strategy and comparison-value datatype fields to ScanKey. 2003-11-09 21:30:38 +00:00
parser Add operator strategy and comparison-value datatype fields to ScanKey. 2003-11-09 21:30:38 +00:00
po Translation update 2003-10-25 18:18:19 +00:00
port Don't need hack copy of system() anymore in OS X 10.3. 2003-11-08 20:14:51 +00:00
postmaster Cause stats processes to detach from shared memory when started, so that 2003-11-07 21:55:50 +00:00
regex
rewrite Add operator strategy and comparison-value datatype fields to ScanKey. 2003-11-09 21:30:38 +00:00
storage Add operator strategy and comparison-value datatype fields to ScanKey. 2003-11-09 21:30:38 +00:00
tcop
utils Add operator strategy and comparison-value datatype fields to ScanKey. 2003-11-09 21:30:38 +00:00
Makefile
nls.mk