pgsql-server/src backend/access/common/heaptup ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/access/common/heaptup ...
Date: 2002-08-25 17:20:02
Message-ID: 20020825172002.36EBF4760C9@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 02/08/25 13:20:01

Modified files:
src/backend/access/common: heaptuple.c indextuple.c
src/backend/commands: trigger.c user.c
src/backend/libpq: be-fsstubs.c
src/backend/storage/large_object: inv_api.c
src/include/access: htup.h itup.h
src/include : c.h postgres.h
src/include/catalog: pg_statistic.h

Log message:
Clean up comments to be careful about the distinction between variable-
width types and varlena types, since with the introduction of CSTRING as
a more-or-less-real type, these concepts aren't identical. I've tried to
use varlena consistently to denote datatypes with typlen = -1, ie, they
have a length word and are potentially TOASTable; while the term variable
width covers both varlena and cstring (and, perhaps, someday other types
with other rules for computing the actual width). No code changes in this
commit except for renaming a couple macros.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-08-25 20:30:31 pgsql-server/doc TODO
Previous Message Bruce Momjian - CVS 2002-08-25 14:34:24 pgsql-server/ /HISTORY oc/src/sgml/release.sgml