Skip to content

Commit 6db4520

Browse files
authored
Fix test test_child_pids for PostgreSql 15 and higher (#146)
1 parent 177724b commit 6db4520

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎tests/test_simple.py

+3
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,9 @@ def test_child_pids(self):
957957
if pg_version_ge('10'):
958958
master_processes.append(ProcessType.LogicalReplicationLauncher)
959959

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

0 commit comments

Comments
 (0)