From 4cbd12832839830fe58bb5d9d4ba7e2ec84952ce Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Mon, 7 Jul 2014 19:39:42 +0900 Subject: Fix typos in comments. --- src/include/postgres.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/postgres.h') 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. */ -- cgit v1.2.3