Skip to content

Conversation

@tboy1337
Copy link

  • Introduced _get_base_command method to dynamically set the base command for PostgreSQL based on the operating system.
  • Added _windows_terminate_process method to handle process termination on Windows, ensuring graceful shutdown before force-killing.
  • Updated stop method to utilize the new Windows-specific termination logic.

tboy1337 and others added 2 commits August 30, 2025 10:57
…ess management

- Introduced _get_base_command method to dynamically set the base command for PostgreSQL based on the operating system.
- Added _windows_terminate_process method to handle process termination on Windows, ensuring graceful shutdown before force-killing.
- Updated stop method to utilize the new Windows-specific termination logic.
@tboy1337 tboy1337 mentioned this pull request Aug 30, 2025
tboy1337 and others added 2 commits September 4, 2025 17:21
- Updated _get_base_command method to provide a unified command format for both Windows and Unix systems, eliminating the use of single quotes around configuration values.
- Simplified process termination logic by removing platform checks from the _windows_terminate_process method, ensuring consistent behavior across operating systems.
- Enhanced tests to verify that the base command format is consistent across platforms.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants