Improve some comments in pg_upgrade.c
authorMichael Paquier <michael@paquier.xyz>
Fri, 6 Dec 2019 02:55:04 +0000 (11:55 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 6 Dec 2019 02:55:04 +0000 (11:55 +0900)
commit690c880269bf08dfb3f5bffb02be67e7e2a6c0f3
treef5bd91e856e2a339182680a0b7286abb2c38f59f
parent28f4bba66b572d6b3b8dc4fcf4e585821e0a5363
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 extra
handling to propagate each one's properties, but comments were confusing
regarding which one is processed where.

Author: Julien Rouhaud
Reviewed-by: Daniel Gustafsson
Discussion: https://postgr.es/m/CAOBaU_a2iviTG7FE10yO_gcW+zQCHNFhRA_NDiktf3UR65BHdw@mail.gmail.com
src/bin/pg_upgrade/pg_upgrade.c