You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Revert Non text modes for pg_dumpall, and pg_restore support
Recent discussions of the mechanisms used to manage global data haveraised concerns about their robustness and security. Rather than tryto deal with those concerns at a very late stage of the release cycle,the conclusion is to revert these features and work on them for thenext release.This reverts parts or all of the following commits:1495eff Non text modes for pg_dumpall, correspondingly change pg_restore5db3bf7 Clean up from commit1495eff289f74d Add more TAP tests for pg_dumpall2ef5790 Fix a couple of error messages and tests for themb52a4a5 Clean up error messages from1495eff4170298 Further cleanup for directory creation on pg_dump/pg_dumpall22cb6d2 Fix memory leak in pg_restore.c928394b Improve various new-to-v18 appendStringInfo calls39729ec Fix fat fingering in22cb6d25822bf2 Add missing space in pg_restore documentation.f09088a Free memory properly in pg_restore.c40b9c27 pg_restore cleanups4aad2cb Portability fix: isdigit() must be passed an unsigned char.88e9471 Fix typos and grammar in the codef60420c doc: Alphabetize long options for pg_dump[all].bc35ade doc: Put new options in consistent order on man pagesa876464 Message style improvementsdec6643 Improve pg_dump/pg_dumpall help synopses and terminology0ebd242 Run pgperltidyDiscussion:https://postgr.es/m/20250708212819.09.nmisch@google.comBackpatch-to: 18Reviewed-by: Noah Misch <noah@leadboat.com>