pgsql/src backend/commands/tablecmds.c include ... - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql/src backend/commands/tablecmds.c include ...
Date
Msg-id 20020415234507.756F6479DEA@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/src/backend/commands vacuum.c
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/src/backend catalog/README storage/lmgr/ ...