Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c590273fef87321b12ea56733d6bf49a66841431
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-06-19T03:55:01Z
Releases: 7.1.1
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.

Files