mirror of
https://github.com/postgres/postgres.git
synced 2025-08-18 12:22:09 +03:00
This patch allows us to execute ALTER SYSTEM RESET command to remove the configuration entry from postgresql.auto.conf. Vik Fearing, reviewed by Amit Kapila and me.