We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84703ae commit faee1dfCopy full SHA for faee1df
1 file changed
src/node.py
@@ -1070,7 +1070,7 @@ def kill(self, someone=None):
1070
Args:
1071
someone: A key to the auxiliary process in the auxiliary_pids dictionary.
1072
If None, the main PostgreSQL node process will be killed. Defaults to None.
1073
- """
+ """
1074
if self.is_started:
1075
assert isinstance(self._os_ops, OsOperations)
1076
sig = signal.SIGKILL if os.name != 'nt' else signal.SIGBREAK
0 commit comments