pgsql: Remove RELKIND_UNCATALOGED.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove RELKIND_UNCATALOGED.
Date: 2012-06-14 13:48:30
Message-ID: E1SfAPW-0006vO-Np@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove RELKIND_UNCATALOGED.

This may have been important at some point in the past, but it no
longer does anything useful.

Review by Tom Lane.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d2c86a1ccd17145eeed2377ff7930e2ccbf5869e

Modified Files
--------------
contrib/pgstattuple/pgstattuple.c | 1 -
src/backend/access/common/reloptions.c | 1 -
src/backend/catalog/dependency.c | 4 ----
src/backend/catalog/heap.c | 4 ++--
src/backend/catalog/index.c | 1 -
src/backend/catalog/toasting.c | 4 +---
src/backend/commands/indexcmds.c | 4 +---
src/backend/utils/cache/relcache.c | 5 +++--
src/include/catalog/pg_class.h | 1 -
src/include/utils/relcache.h | 3 ++-
10 files changed, 9 insertions(+), 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-06-14 14:01:52 pgsql: Remove misplaced sanity check from heap_create().
Previous Message Robert Haas 2012-06-14 13:44:06 pgsql: Make \conninfo print SSL information.