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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql-server/src backend/access/common/heaptup ...
Дата
Msg-id 20020825172002.36EBF4760C9@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/ /HISTORY oc/src/sgml/release.sgml
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/doc TODO