diff options
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r-- | src/include/postgres.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h index 94c0218cd1b..63203bec9a5 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -685,6 +685,6 @@ extern PGDLLIMPORT bool assert_enabled; extern void ExceptionalCondition(const char *conditionName, const char *errorType, - const char *fileName, int lineNumber) __attribute__((noreturn)); + const char *fileName, int lineNumber) __attribute__((noreturn)); #endif /* POSTGRES_H */ |