Обсуждение: pgsql/src backend/commands/tablecmds.c include ...

Поиск
Список
Период
Сортировка

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

От
momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
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