mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +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.