diff options
Diffstat (limited to 'src/common/relpath.c')
-rw-r--r-- | src/common/relpath.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/relpath.c b/src/common/relpath.c index e4c64f685d..a914ba29ee 100644 --- a/src/common/relpath.c +++ b/src/common/relpath.c @@ -4,7 +4,7 @@ * * This module also contains some logic associated with fork names. * - * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION @@ -27,6 +27,8 @@ #include "pgxc/pgxc.h" #endif +#define PGXCNodeName "" + /* * Lookup table of fork name by fork number. * |