OSDN Git Service

Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 19 Jun 2000 03:55:01 +0000 (03:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 19 Jun 2000 03:55:01 +0000 (03:55 +0000)
commitc590273fef87321b12ea56733d6bf49a66841431
treed8f7577ae236027aa9ca91eb6e1930574c956d4b
parenta53dc5ee613e6b6aa692b79b60adda86e026971c
Clean up bogosities in pg_opclass, pg_amop, pg_amproc.  There are amproc
entries now for int8 and network hash indexes.  int24_ops and int42_ops
are gone.  pg_opclass no longer contains multiple entries claiming to be
the default opclass for the same datatype.  opr_sanity regress test
extended to catch errors like these in the future.
19 files changed:
doc/src/sgml/indices.sgml
doc/src/sgml/ref/create_index.sgml
src/backend/access/hash/hashfunc.c
src/backend/access/nbtree/nbtcompare.c
src/backend/utils/adt/date.c
src/backend/utils/adt/timestamp.c
src/backend/utils/adt/varchar.c
src/backend/utils/cache/catcache.c
src/include/access/hash.h
src/include/catalog/catversion.h
src/include/catalog/pg_amop.h
src/include/catalog/pg_amproc.h
src/include/catalog/pg_opclass.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h
src/include/utils/date.h
src/include/utils/timestamp.h
src/test/regress/expected/opr_sanity.out
src/test/regress/sql/opr_sanity.sql