Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cef7982

Browse files
node.py is updated
- [del] import of PG_CTL__STATUS__OK - [del] import of PG_CTL__STATUS__NODE_IS_STOPPED - [del] PG_CTL__STATUS__BAD_DATADIR
1 parent 12fa7f2 commit cef7982

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

testgres/node.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@
4646
HBA_CONF_FILE, \
4747
RECOVERY_CONF_FILE, \
4848
PG_LOG_FILE, \
49-
UTILS_LOG_FILE, \
50-
PG_CTL__STATUS__OK, \
51-
PG_CTL__STATUS__NODE_IS_STOPPED, \
52-
PG_CTL__STATUS__BAD_DATADIR # noqa: F401
49+
UTILS_LOG_FILE # noqa: F401
5350

5451
from .consts import \
5552
MAX_LOGICAL_REPLICATION_WORKERS, \

0 commit comments

Comments
 (0)