pgsql-server/src backend/access/common/heaptup ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src backend/access/common/heaptup ...
Date
Msg-id 20020825172002.36EBF4760C9@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.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.


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/ /HISTORY oc/src/sgml/release.sgml
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/doc TODO