pgsql/src/include/catalog (catversion.h pg_amop.h pg_amproc.h pg_opclass.h pg_proc.h)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/catalog (catversion.h pg_amop.h pg_amproc.h pg_opclass.h pg_proc.h)
Date: 2000-06-19 03:54:48
Message-ID: 200006190354.e5J3smI68634@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Sunday, June 18, 2000 @ 23:54:46
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/catalog
from hub.org:/home/projects/pgsql/tmp/cvs-serv64801/src/include/catalog

Modified Files:
catversion.h pg_amop.h pg_amproc.h pg_opclass.h pg_proc.h

----------------------------- 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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-06-19 03:54:55 pgsql/src/include/utils (builtins.h date.h timestamp.h)
Previous Message Tom Lane 2000-06-19 03:54:41 pgsql/src/include/access (hash.h)