forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit690c880
committed
Improve some comments in pg_upgrade.c
When restoring database schemas on a new cluster, database "template1"is processed first, followed by all other databases in parallel,including "postgres". Both "postgres" and "template1" have some extrahandling to propagate each one's properties, but comments were confusingregarding which one is processed where.Author: Julien RouhaudReviewed-by: Daniel GustafssonDiscussion:https://postgr.es/m/CAOBaU_a2iviTG7FE10yO_gcW+zQCHNFhRA_NDiktf3UR65BHdw@mail.gmail.com1 parent28f4bba commit690c880
1 file changed
+6
-8
lines changedLines changed: 6 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
341 | 341 |
| |
342 | 342 |
| |
343 | 343 |
| |
344 |
| - | |
345 |
| - | |
346 |
| - | |
347 |
| - | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
348 | 347 |
| |
349 | 348 |
| |
350 | 349 |
| |
| |||
378 | 377 |
| |
379 | 378 |
| |
380 | 379 |
| |
381 |
| - | |
382 |
| - | |
383 |
| - | |
384 |
| - | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
385 | 383 |
| |
386 | 384 |
| |
387 | 385 |
| |
|
0 commit comments
Comments
(0)