summaryrefslogtreecommitdiff
path: root/compat.c
blob: aa1fd398d9eed3e529ff6e3c441789b89d07f234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*-------------------------------------------------------------------------
 *
 * compat.c
 *	  Compatibility routines to let the JSON module work in PostgreSQL 8.3
 *
 * Copyright (c) 2011, PostgreSQL Global Development Group
 * Arranged by Joey Adams <[email protected]>.
 *
 *-------------------------------------------------------------------------
 */

#include "compat.h"