We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c96ba0 commit e46f239Copy full SHA for e46f239
testgres/enums.py
@@ -58,6 +58,7 @@ class ProcessType(Enum):
58
59
@staticmethod
60
def from_process(process):
61
+ # yapf: disable
62
# legacy names for older releases of PG
63
alternative_names = {
64
ProcessType.LogicalReplicationLauncher: [
0 commit comments