We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f21994 commit 4a092daCopy full SHA for 4a092da
1 file changed
postgresql/types/io/contrib_hstore.py
@@ -7,7 +7,7 @@
7
##
8
# Build the hstore I/O pair for a given typio.
9
# It primarily need typio for decode and encode.
10
-def hstore_factory(typio,
+def hstore_factory(oid, typio,
11
unpack_err = "expected {0} items in hstore, but found {1}".format
12
):
13
def pack_hstore(x,
0 commit comments