Skip to content

Commit 4a092da

Browse files
author
James William Pye
committed
Oid comes first.
1 parent 0f21994 commit 4a092da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgresql/types/io/contrib_hstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
##
88
# Build the hstore I/O pair for a given typio.
99
# It primarily need typio for decode and encode.
10-
def hstore_factory(typio,
10+
def hstore_factory(oid, typio,
1111
unpack_err = "expected {0} items in hstore, but found {1}".format
1212
):
1313
def pack_hstore(x,

0 commit comments

Comments
 (0)