shinyaaa opened a new pull request, #1997: URL: https://github.com/apache/age/pull/1997
## Summary Fixed warning output if invalid GUC parameter with placeholder "age." is specified in postgresql.conf This change is implemented in many PostgreSQL extensions. ## Example Set an invalid parameter: ```postgresql.conf age.hoge = on ``` Then PostgreSQL emits a warning when starting: ``` 2024-08-01 18:32:31.220 JST [2039799] WARNING: invalid configuration parameter name "age.hoge", removing it ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
