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 b123813bc47..0071b42051b 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -680,7 +680,7 @@ extern Datum Float8GetDatum(float8 X); */ /* - * Backend only infrastructure for the the assertion-related macros in c.h. + * Backend only infrastructure for the assertion-related macros in c.h. * * ExceptionalCondition must be present even when assertions are not enabled. */ |