pgsql/src/include/catalog (pg_proc.h pg_type.h)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/catalog (pg_proc.h pg_type.h)
Date: 2000-07-29 03:26:47
Message-ID: 200007290326.e6T3QlW26101@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Friday, July 28, 2000 @ 23:26:45
Author: tgl

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

Modified Files:
pg_proc.h pg_type.h

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

bpchar, varchar, bytea, numeric are toastable --- if you initdb, which
I did not force. I marked numeric as compressable-but-not-move-off-able,
partly to test that storage mode and partly because I've got doubts
that numerics are large enough to need external storage.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-07-29 03:26:51 pgsql/src/include (fmgr.h)
Previous Message Tom Lane 2000-07-29 03:26:43 pgsql/src/backend/utils/adt (formatting.c numeric.c selfuncs.c varchar.c varlena.c)