pgsql/src/backend/utils/adt (varbit.c)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt (varbit.c)
Date: 2000-08-21 04:48:51
Message-ID: 200008210448.e7L4mpp07746@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Monday, August 21, 2000 @ 00:48:51
Author: tgl

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

Modified Files:
varbit.c

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

First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.
Update functions to new-style fmgr, make BIT and VARBIT be binary-
equivalent, add entries to allow these types to be btree indexed,
correct a few bugs. BIT/VARBIT are now toastable, too.
NOTE: initdb forced due to catalog updates.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-08-21 04:48:52 pgsql/src/include/catalog (catversion.h pg_amop.h pg_amproc.h pg_opclass.h pg_operator.h pg_proc.h pg_type.h)
Previous Message Tom Lane 2000-08-20 19:31:38 pgsql/src/backend/lib (bit.c)