Replace `POSIXLY_CORRECT` for `getopt_long` by elipsion · Pull Request #1084 · hapostgres/pg_auto_failover
Navigation Menu
{{ message }}
hapostgres / pg_auto_failover Public
- Notifications You must be signed in to change notification settings
- Fork 133
Open
Replace POSIXLY_CORRECT for getopt_long#1084
elipsion wants to merge 1 commit intohapostgres:mainfrom
Replace POSIXLY_CORRECT for getopt_long#1084
elipsion wants to merge 1 commit intohapostgres:mainfrom
Conversation
Copy link Copy Markdown
elipsion
commented
May 15, 2025
elipsion
commented
- Removes the use of
POSIXLY_CORRECTenvironment variable in favor of passing this directive in the optstring. This should solve issues for users of muslc (aka Alpine Linux).
* Removes the use of `POSIXLY_CORRECT` environment variable in favor of passing this directive in the optstring. This should solve issues for users of muslc (aka Alpine Linux).
Copy link Copy Markdown
felixbuenemann
commented
Jul 15, 2025
felixbuenemann commented
Jul 15, 2025
felixbuenemann
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment