Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit32eb151

Browse files
ankarionNikita Glukhov
authored and
Nikita Glukhov
committed
initial commit
Fix lazy jsonb transformAdd lazy jsonb arraysFix memory leaks and copy JsonbContainer into Python memory contextAdd methods and iterators to jsonb_plpython lazy transformFix regerssion tests in jsonb_plpython lazy transformFix inclusion of lazy_objects.c in jsonb_plpythonAdd lazy array iterators to jsonb_plpythonFix lazy jsonb iteratorsRename LazyObjectXxx to PLyJsonbXxx
1 parent8a14566 commit32eb151

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.ojsonb_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)

[8]ページ先頭

©2009-2025 Movatter.jp