CATALOG VERSION UPDATED:
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/tablecmds.c | modified | +2 −2 |
| src/include/catalog/catversion.h | modified | +2 −2 |