Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbeaf8dd

Browse files
committed
fix python tests
1 parent0116da3 commitbeaf8dd

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)

[8]ページ先頭

©2009-2025 Movatter.jp