a typo in json.h

From: Haifeng Liu <bladehliu(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: a typo in json.h
Date: 2012-02-29 02:31:26
Message-ID: CAAH+XYwLW6B9h5Fx=opUkjCgvLNz6Djbpozqr5Rs9Sk8Up4LWA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Seems there is a trivial typo in json.h

diff --git a/src/include/utils/json.h b/src/include/utils/json.h
index 415787b..fa0d4fc 100644
--- a/src/include/utils/json.h
+++ b/src/include/utils/json.h
@@ -26,4 +26,4 @@ extern Datum row_to_json(PG_FUNCTION_ARGS);
extern Datum row_to_json_pretty(PG_FUNCTION_ARGS);
extern void escape_json(StringInfo buf, const char *str);

-#endif /* XML_H */
+#endif /* JSON_H */

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2012-02-29 02:45:41 Re: pg_upgrade --logfile option documentation
Previous Message Michael Paquier 2012-02-29 01:43:48 Re: 3rd Cluster Hackers Summit, May 15th in Ottawa