forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita008496
committed
Fix thinko with subdirectories generated by pg_upgrade for internal files
38bfae3 has mixed the "dump/" and "log/" subdirectories generated in"pg_upgrade_output.d/", causing the internal dump files to be generatedin "log/" and the log files to be in "dump/", but the opposite should bedone. This was not directly an issue for pg_upgrade runs, as theinternal dump files were still picked up at the location of theircreation, but the newest version of the buildfarm client would havereported the dump files instead of the log files on failures ofpg_upgrade.Issue spotted while testing the TAP tests of pg_upgrade.1 parent2f6501f commita008496
1 file changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
228 |
| - | |
| 228 | + | |
229 | 229 |
| |
230 |
| - | |
| 230 | + | |
231 | 231 |
| |
232 | 232 |
| |
233 | 233 |
| |
|
0 commit comments
Comments
(0)