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
Make sure that function declarations use names that exactly match thecorresponding names from function definitions in pg_dump/pg_dumpallrelated code.Affected code happens to be inconsistent in how it applies conventionsaround how Archive and Archive Handle variables are named. Significantcode churn is required to fully fix those inconsistencies, so take theleast invasive approach possible: treat function definition names asauthoritative, and mechanically adjust corresponding names from functiondefinitions to match.Like other recent commits that cleaned up function parameter names, thiscommit was written with help from clang-tidy.Author: Peter Geoghegan <pg@bowt.ie>Reviewed-By: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/CAH2-Wzmma+vzcO6gr5NYDZ+sx0G14aU-UrzFutT2FoRaisVCUQ@mail.gmail.com