8000 PostgresNodePortManager is added in public API · postgrespro/testgres@285e5b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 285e5b7

Browse files
PostgresNodePortManager is added in public API
1 parent e1e609e commit 285e5b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testgres/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
DumpFormat
3535

3636
from .node import PostgresNode, NodeApp
37+
from .node import PostgresNodePortManager
3738

3839
from .utils import \
3940
reserve_port, \
@@ -64,6 +65,7 @@
6465
"TestgresException", "ExecUtilException", "QueryException", "TimeoutException", "CatchUpException", "StartNodeException", "InitNodeException", "BackupException", "InvalidOperationException",
6566
"XLogMethod", "IsolationLevel", "NodeStatus", "ProcessType", "DumpFormat",
6667
"PostgresNode", "NodeApp",
68+
"PostgresNodePortManager",
6769
"reserve_port", "release_port", "bound_ports", "get_bin_path", "get_pg_config", "get_pg_version",
6870
"First", "Any", "PortManager",
6971
"OsOperations", "LocalOperations", "RemoteOperations", "ConnectionParams"

0 commit comments

Comments
 (0)
0