Skip to content

Commit

Permalink
JSON hierarchy support, refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
alx3apps committed Sep 21, 2012
1 parent 274ded1 commit 18d523b
Show file tree
Hide file tree
Showing 7 changed files with 743 additions and 1,266 deletions.
11 changes: 4 additions & 7 deletions Makefile
@@ -1,11 +1,8 @@
MODULE_big = postgre-json-functions
OBJS = postgre-json-functions.o cJSON.o
MODULE_big = json_accessors
OBJS = json_accessors.o cJSON.o

EXTENSION = postgre-json-functions
DATA = postgre-json-functions--1.0.sql

REGRESS = postgre-json-functions postgre-json-gin
REGRESS_OPTS = --user postgres
EXTENSION = json_accessors_c
DATA = json_accessors_c--1.2.sql

PG_CPPFLAGS = -g -O0

Expand Down

0 comments on commit 18d523b

Please sign in to comment.