CATALOG VERSION UPDATED:
authorBruce Momjian <bruce@momjian.us>
Mon, 15 Apr 2002 23:45:07 +0000 (23:45 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 15 Apr 2002 23:45:07 +0000 (23:45 +0000)
commitfb7f60cdcd558979f23fa23a4ffbb0e9dc022648
tree1c28fe99b48c193cc9569a6c9202ab342cb2033f
parentde379db8a75040e9e803f9006c1b0b0516870811
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
src/backend/commands/tablecmds.c
src/include/catalog/catversion.h