forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd301241
Move any remaining files generated by pg_upgrade into an internal subdir
This change concerns a couple of .txt files (for internal state checks)that were still written in the path where the binary is executed, andnot in the subdirectory located in the target cluster. Like the other.txt files doing already so (like loadable_libraries.txt), these aresaved in the base output directory. Note that on failure, the logsreport the full path to the .txt file generated, so these are easy tofind.Oversight in38bfae3.Author: Daniel GustafssonReviewed-by: Michael Paquier, Justin PrysbyDiscussion:https://postgr.es/m/181A6DA8-3B7F-4B71-82D5-363FF0146820@yesql.seBackpatch-through: 151 parentb238b66 commitd301241
2 files changed
+18
-6
lines changedLines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1218 | 1218 |
| |
1219 | 1219 |
| |
1220 | 1220 |
| |
1221 |
| - | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
1222 | 1224 |
| |
1223 | 1225 |
| |
1224 | 1226 |
| |
| |||
1275 | 1277 |
| |
1276 | 1278 |
| |
1277 | 1279 |
| |
1278 |
| - | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
1279 | 1283 |
| |
1280 | 1284 |
| |
1281 | 1285 |
| |
| |||
1328 | 1332 |
| |
1329 | 1333 |
| |
1330 | 1334 |
| |
1331 |
| - | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
1332 | 1338 |
| |
1333 | 1339 |
| |
1334 | 1340 |
| |
|
Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
186 |
| - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
187 | 189 |
| |
188 | 190 |
| |
189 | 191 |
| |
| |||
221 | 223 |
| |
222 | 224 |
| |
223 | 225 |
| |
224 |
| - | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
225 | 229 |
| |
226 | 230 |
| |
227 | 231 |
| |
| |||
364 | 368 |
| |
365 | 369 |
| |
366 | 370 |
| |
367 |
| - | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
368 | 374 |
| |
369 | 375 |
| |
370 | 376 |
| |
|
0 commit comments
Comments
(0)