Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c02a00 commit 58e9f97Copy full SHA for 58e9f97
src/include/utils/json.h
@@ -26,4 +26,4 @@ extern Datum row_to_json(PG_FUNCTION_ARGS);
26
extern Datum row_to_json_pretty(PG_FUNCTION_ARGS);
27
extern void escape_json(StringInfo buf, const char *str);
28
29
-#endif /* XML_H */
+#endif /* JSON_H */
0 commit comments