diff options
Diffstat (limited to 'src/include/utils/relcache.h')
-rw-r--r-- | src/include/utils/relcache.h | 3 |
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 |