Commit 2a4e335
committed
Support PostgresNode->new along with get_new_node in tests
PostgreSQL recently dropped nonstandard way of create PostgesNode object -
function get_new_node exported from the PostgresNode module.
Now it is recommended to use PostgresNode->new constructor call
This commit supports both ways of node creation - if get_new_node exists,
use it, otherwice all constructor directly.1 parent 6f1a27b commit 2a4e335
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
| |||
0 commit comments