]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Clean up comments to be careful about the distinction between variable-
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Aug 2002 17:20:01 +0000 (17:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Aug 2002 17:20:01 +0000 (17:20 +0000)
commit58de480999da65ec0fbf256f17800cba89e26dd5
treeff80d7c93f5836bbdfdc0b3c6a5165423856cb83
parentd46172e4fa930e18768b8b913166108a4909e858
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.
src/backend/access/common/heaptuple.c
src/backend/access/common/indextuple.c
src/backend/commands/trigger.c
src/backend/commands/user.c
src/backend/libpq/be-fsstubs.c
src/backend/storage/large_object/inv_api.c
src/include/access/htup.h
src/include/access/itup.h
src/include/c.h
src/include/catalog/pg_statistic.h
src/include/postgres.h