]> granicus.if.org Git - postgresql/commit
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)
commitbbae09c2cb665a37380767ece239da72e5885f98
treeda61ae22afe3cd5470d0da4e3b8c199fcd207eb2
parent2036b3fc597e4e39b87a185a60e51b2467d50783
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