Skip to content

Commit 01bcc9a

Browse files
committed
Use text as the dummy target; reltime does not appear to exist in 12.4.
1 parent de3895d commit 01bcc9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgresql/test/test_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1812,7 +1812,7 @@ class test_typio(unittest.TestCase):
18121812
@pg_tmp
18131813
def testIdentify(self):
18141814
# It just exercises the code path.
1815-
db.typio.identify(contrib_hstore = 'pg_catalog.reltime')
1815+
db.typio.identify(contrib_hstore = 'pg_catalog.text')
18161816

18171817
@pg_tmp
18181818
def testArrayNulls(self):

0 commit comments

Comments
 (0)