diff options
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r-- | src/include/postgres.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h index b989c40917..8dc126af85 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -539,8 +539,8 @@ extern int ExceptionalCondition(char *conditionName, char *errorType, #define BKI_WITHOUT_OIDS /* these need to expand into some harmless, repeatable declaration */ -#define DATA(x) extern int errno -#define DESCR(x) extern int errno +#define DATA(x) extern int no_such_variable +#define DESCR(x) extern int no_such_variable #define BKI_BEGIN #define BKI_END |