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

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/commands/tablecmds.c include ...
Date: 2002-04-15 23:45:07
Message-ID: 20020415234507.756F6479DEA@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-04-15 23:46:13 pgsql/src/backend catalog/README storage/lmgr/ ...
Previous Message Bruce Momjian - CVS 2002-04-15 23:39:44 pgsql/src/backend/commands vacuum.c