pgsql: Improve some comments in pg_upgrade.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Improve some comments in pg_upgrade.c
Date
Msg-id E1id3mi-00051w-KW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/690c880269bf08dfb3f5bffb02be67e7e2a6c0f3

Modified Files
--------------
src/bin/pg_upgrade/pg_upgrade.c | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Remove configure check for OpenSSL's SSL_get_current_compression
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix handling of OpenSSL's SSL_clear_options