summaryrefslogtreecommitdiff
path: root/src/include/utils/relcache.h
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2012-06-14 09:47:30 -0400
committerRobert Haas <rhaas@postgresql.org>2012-06-14 09:47:30 -0400
commitd2c86a1ccd17145eeed2377ff7930e2ccbf5869e (patch)
treea437b9dc21d0027b920e7bf297fe43a625e6ddb7 /src/include/utils/relcache.h
parent7582e0be78bc031803e274d428381e0b6077b810 (diff)
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.
Diffstat (limited to 'src/include/utils/relcache.h')
-rw-r--r--src/include/utils/relcache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/utils/relcache.h b/src/include/utils/relcache.h
index 2f39486c974..abbc9ca16ab 100644
--- a/src/include/utils/relcache.h
+++ b/src/include/utils/relcache.h
@@ -70,7 +70,8 @@ extern Relation RelationBuildLocalRelation(const char *relname,
Oid reltablespace,
bool shared_relation,
bool mapped_relation,
- char relpersistence);
+ char relpersistence,
+ char relkind);
/*
* Routine to manage assignment of new relfilenode to a relation