Thread: pgsql/src/backend/utils/cache (catcache.c)

pgsql/src/backend/utils/cache (catcache.c)

From
Tom Lane
Date:
  Date: Sunday, June 18, 2000 @ 23:54:34
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/cache
     from hub.org:/home/projects/pgsql/tmp/cvs-serv64801/src/backend/utils/cache

Modified Files:
    catcache.c

-----------------------------  Log Message  -----------------------------

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.