Process JSON data types
authorPeter Geoghegan <[email protected]>
Mon, 17 Mar 2014 21:30:27 +0000 (14:30 -0700)
committerPeter Geoghegan <[email protected]>
Mon, 17 Mar 2014 21:30:27 +0000 (14:30 -0700)
src/backend/utils/adt/jsonfuncs.c

index 73d7d96145c8a266666429d5100283d0cc6e30bf..b36ecd24bc3094af2c58a28e7f0871e09ed3a77f 100644 (file)
@@ -1,7 +1,7 @@
 /*-------------------------------------------------------------------------
  *
  * jsonfuncs.c
- *     Functions to process JSON data type.
+ *     Functions to process JSON data types.
  *
  * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California