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
pg_upgrade: abstract out copying of files from old cluster to new
Currently only pg_clog is copied, but some other directories could needthe same treatment as well, so create a subroutine to do it.Extracted from my (somewhat larger) FOR KEY SHARE patch.