OSDN Git Service

Updates to make GIST work with multi-key indexes (from Oleg Bartunov
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 31 May 2001 18:16:55 +0000 (18:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 31 May 2001 18:16:55 +0000 (18:16 +0000)
commit3043810d977b8197f9671c98439104db80b8e914
tree99be1d86e7f18cf24e2016b5c021c2748dc1a8af
parente1107fc28536bf5f24f388bd701bffb98c09cd06
Updates to make GIST work with multi-key indexes (from Oleg Bartunov
and Teodor Sigaev).  Declare key values as Datum where appropriate,
rather than char* (Tom Lane).
contrib/cube/cube.c
contrib/intarray/_int.c
contrib/seg/seg.c
src/backend/access/gist/gist.c
src/backend/access/gist/gistget.c
src/backend/access/gist/gistscan.c
src/backend/access/index/indexam.c
src/backend/commands/indexcmds.c
src/include/access/gist.h