pgsql-server/src backend/commands/tablecmds.c ...

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql-server/src backend/commands/tablecmds.c ...
Дата
Msg-id 20020828201829.40D5F4762B0@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/08/28 16:18:29

Modified files:
    src/backend/commands: tablecmds.c
    src/test/regress/expected: strings.out
    src/test/regress/sql: strings.sql

Log message:
    The following small patch provides a couple of minor updates (against
    CVS HEAD):

    Amended "strings" regression test. TOAST tests now insert two values
    with storage set to "external", to exercise properly the TOAST slice
    routines which fetch only a subset of the chunks.

    Changed now-misleading comment on AlterTableCreateToastTable in
    tablecmds.c, because both columns of the index on a toast table are now
    used.

    John Gray


В списке pgsql-committers по дате отправления:

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