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

Commit6db4520

Browse files
authored
Fix test test_child_pids for PostgreSql 15 and higher (#146)
1 parent177724b commit6db4520

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎tests/test_simple.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,9 @@ def test_child_pids(self):
957957
ifpg_version_ge('10'):
958958
master_processes.append(ProcessType.LogicalReplicationLauncher)
959959

960+
ifpg_version_ge('14'):
961+
master_processes.remove(ProcessType.StatsCollector)
962+
960963
repl_processes= [
961964
ProcessType.Startup,
962965
ProcessType.WalReceiver,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp