TOAST index naming consistency

From: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: TOAST index naming consistency
Date: 2002-04-13 18:48:14
Message-ID: 20020413144814.76d539d0.nconway@klamath.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

Cheers,

Neil

--
Neil Conway <neilconway(at)rogers(dot)com>
PGP Key ID: DB3C29FC

Attachment Content-Type Size
toast_index.patch application/octet-stream 922 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2002-04-13 18:51:36 documentation fixes
Previous Message Stefan Lindner 2002-04-12 20:29:52 PostgreSQL 7.2.1 and Sun's C compiler under Solaris8