diff options
Diffstat (limited to 'src/common/relpath.c')
-rw-r--r-- | src/common/relpath.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/relpath.c b/src/common/relpath.c index 9af6955f1e..2cdb97fd5b 100644 --- a/src/common/relpath.c +++ b/src/common/relpath.c @@ -24,8 +24,10 @@ #include "storage/backendid.h" #ifdef PGXC +#ifndef FRONTEND #include "pgxc/pgxc.h" #endif +#endif /* * Lookup table of fork name by fork number. |