diff options
Diffstat (limited to 'src/include/common/relpath.h')
-rw-r--r-- | src/include/common/relpath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/common/relpath.h b/src/include/common/relpath.h index df090f2da40..ec5ef994517 100644 --- a/src/include/common/relpath.h +++ b/src/include/common/relpath.h @@ -71,4 +71,4 @@ extern char *GetRelationPath(Oid dbNode, Oid spcNode, Oid relNode, #define relpath(rnode, forknum) \ relpathbackend((rnode).node, (rnode).backend, forknum) -#endif /* RELPATH_H */ +#endif /* RELPATH_H */ |