pgsql/src backend/commands/tablecmds.c include ...

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql/src backend/commands/tablecmds.c include ...
Дата
Msg-id 20020415234507.756F6479DEA@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    02/04/15 19:45:07

Modified files:
    src/backend/commands: tablecmds.c
    src/include/catalog: catversion.h

Log message:
    CATALOG VERSION UPDATED:

    The indexes on most system catalogs are named with the suffix "_index";
    not so with TOAST table indexes, which use "_idx". This trivial patch
    changes TOAST table index names to use the "_index" suffix for
    consistency.

    Neil Conway


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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/src/backend/commands vacuum.c
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/src/backend catalog/README storage/lmgr/ ...