diff options
| author | Michael Paquier | 2019-07-07 00:58:33 +0000 |
|---|---|---|
| committer | Michael Paquier | 2019-07-07 00:58:33 +0000 |
| commit | d1a040543b49e0aad273e7766cd7e2fcf2b781fa (patch) | |
| tree | f3f4bf081baa4b36b522abc88327caf7e6b9c95e /src/include/utils | |
| parent | fb30c9c1c5c36989d6b93906986358cb96936d64 (diff) | |
Remove more unreferenced function declarations
Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoDuAYsRb3Q9aobkFZ6DZMWxsyg4HOmgkwgeWNfSkTwGxw@mail.gmail.com
Diffstat (limited to 'src/include/utils')
| -rw-r--r-- | src/include/utils/rel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h index d7f33abce3f..d35b4a5061c 100644 --- a/src/include/utils/rel.h +++ b/src/include/utils/rel.h @@ -604,6 +604,5 @@ typedef struct ViewOptions extern void RelationIncrementReferenceCount(Relation rel); extern void RelationDecrementReferenceCount(Relation rel); extern bool RelationHasUnloggedIndex(Relation rel); -extern List *RelationGetRepsetList(Relation rel); #endif /* REL_H */ |
