Retire src/backend/utils/misc/check_guc
authorMichael Paquier <michael@paquier.xyz>
Wed, 9 Feb 2022 03:10:31 +0000 (12:10 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 9 Feb 2022 03:10:31 +0000 (12:10 +0900)
commitcf29a11ef6467fbb4b246d2086f7eecb1cfa42db
tree227e8c4320b55598e3169866aadb568906f0affc
parentb0a55f4d4ad58e4bc152f8c1696b4af46525e3f1
Retire src/backend/utils/misc/check_guc

This script has existed for a long time, and attempting to run it today
causes a lot of false positives as an effect of GUCs added in the last
couple of years.  An equivalent, automatically-run and cross-platform
solution is available in the TAP test introduced in b0a55f4.  So, let it
go.

Discussion: https://postgr.es/m/Yf9YGSwPiMu0c7fP@paquier.xyz
src/backend/utils/misc/check_guc [deleted file]