Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 32eb151

Browse files
ankarionNikita Glukhov
authored and
Nikita Glukhov
committed
initial commit
Fix lazy jsonb transform Add lazy jsonb arrays Fix memory leaks and copy JsonbContainer into Python memory context Add methods and iterators to jsonb_plpython lazy transform Fix regerssion tests in jsonb_plpython lazy transform Fix inclusion of lazy_objects.c in jsonb_plpython Add lazy array iterators to jsonb_plpython Fix lazy jsonb iterators Rename LazyObjectXxx to PLyJsonbXxx
1 parent 8a14566 commit 32eb151

File tree

6 files changed

+1884
-49
lines changed

6 files changed

+1884
-49
lines changed

contrib/jsonb_plpython/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# contrib/jsonb_plpython/Makefile
22

33
MODULE_big = jsonb_plpython$(python_majorversion)
4-
OBJS = jsonb_plpython.o $(WIN32RES)
4+
OBJS = jsonb_plpython.o jsonb_lazy.o $(WIN32RES)
55
PGFILEDESC = "jsonb_plpython - transform between jsonb and plpythonu"
66

77
PG_CPPFLAGS = -I$(top_srcdir)/src/pl/plpython $(python_includespec) -DPLPYTHON_LIBNAME='"plpython$(python_majorversion)"'

0 commit comments

Comments
 (0)