aboutsummaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r--src/include/postgres.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h
index ae01ef86adf..1ca9b60ea19 100644
--- a/src/include/postgres.h
+++ b/src/include/postgres.h
@@ -801,6 +801,6 @@ extern Datum Float8GetDatum(float8 X);
*/
extern void ExceptionalCondition(const char *conditionName,
const char *errorType,
- const char *fileName, int lineNumber) pg_attribute_noreturn();
+ const char *fileName, int lineNumber) pg_attribute_noreturn();
#endif /* POSTGRES_H */