CATALOG VERSION UPDATED:

Bruce Momjian <bruce@momjian.us>

Commit: bbae09c2cb665a37380767ece239da72e5885f98
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-04-15T23:45:07Z
Releases: 7.3.1
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

Files

PathChange+/−
src/backend/commands/tablecmds.c modified +2 −2
src/include/catalog/catversion.h modified +2 −2