- Notifications
You must be signed in to change notification settings - Fork16
Commit2a4e335
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 callThis commit supports both ways of node creation - if get_new_node exists,use it, otherwice all constructor directly.1 parent6f1a27b commit2a4e335
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
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
Comments
(0)