pgsql/src/include/utils (varbit.h)

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

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

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

Modified Files:
varbit.h

----------------------------- 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:57 pgsql/src/test/regress/expected (opr_sanity.out)
Previous Message Tom Lane 2000-08-21 04:48:54 pgsql/src/include/parser (parse_coerce.h)