Skip to content

Commit beaf8dd

Browse files
committed
fix python tests
1 parent 0116da3 commit beaf8dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/python/partitioning_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,8 +773,8 @@ def test_pg_dump(self):
773773
end
774774
$$ language plpgsql;
775775
""")
776-
con.execute('select set_init_callback(\'range_partitioned\', \'init_partition_stub_callback\')')
777-
con.execute('select set_init_callback(\'hash_partitioned\', \'init_partition_stub_callback\')')
776+
con.execute('select set_init_callback(\'range_partitioned\', \'init_partition_stub_callback(jsonb)\')')
777+
con.execute('select set_init_callback(\'hash_partitioned\', \'init_partition_stub_callback(jsonb)\')')
778778

779779
# turn off enable_parent option
780780
con.execute('select set_enable_parent(\'range_partitioned\', false)')

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy