We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0116da3 commitbeaf8ddCopy full SHA for beaf8dd
tests/python/partitioning_test.py
@@ -773,8 +773,8 @@ def test_pg_dump(self):
773
end
774
$$ language plpgsql;
775
""")
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\')')
+con.execute('select set_init_callback(\'range_partitioned\',\'init_partition_stub_callback(jsonb)\')')
+con.execute('select set_init_callback(\'hash_partitioned\',\'init_partition_stub_callback(jsonb)\')')
778
779
# turn off enable_parent option
780
con.execute('select set_enable_parent(\'range_partitioned\', false)')