diff options
Diffstat (limited to 'src/include/common/relpath.h')
-rw-r--r-- | src/include/common/relpath.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/common/relpath.h b/src/include/common/relpath.h index 2dabbe01ecd..a267f67b446 100644 --- a/src/include/common/relpath.h +++ b/src/include/common/relpath.h @@ -14,10 +14,10 @@ #define RELPATH_H /* - * 'pgrminclude ignore' needed here because CppAsString2() does not throw - * an error if the symbol is not defined. + * Required here; note that CppAsString2() does not throw an error if the + * symbol is not defined. */ -#include "catalog/catversion.h" /* pgrminclude ignore */ +#include "catalog/catversion.h" /* * RelFileNumber data type identifies the specific relation file name. |