postgresql/src/bin/pg_upgrade
Michael Paquier 690c880269 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
2019-12-06 11:55:04 +09:00
..
po Translation updates 2019-06-17 15:30:20 +02:00
.gitignore Ignore file generated during pg_upgrade testing 2018-04-30 12:39:29 -04:00
IMPLEMENTATION Fix wording in pg_upgrade docs 2017-05-05 12:42:21 +02:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
TESTING Update stale comments, and fix comment typos. 2019-06-08 10:12:26 -07:00
check.c pg_upgrade: adjust error paragraph width to be consistent 2019-11-27 20:36:33 -05:00
controldata.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
dump.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
exec.c pg_upgrade: Check all used executables 2019-07-27 07:48:08 +02:00
file.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
function.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
info.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
nls.mk Translation updates 2019-05-20 16:00:53 +02:00
option.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
parallel.c Remove useless "return;" lines 2019-11-28 16:48:37 -03:00
pg_upgrade.c Improve some comments in pg_upgrade.c 2019-12-06 11:55:04 +09:00
pg_upgrade.h Check for tables with sql_identifier during pg_upgrade 2019-10-14 22:31:56 +02:00
relfilenode.c Remove useless "return;" lines 2019-11-28 16:48:37 -03:00
server.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
tablespace.c Remove useless "return;" lines 2019-11-28 16:48:37 -03:00
test.sh pg_upgrade/test.sh: Quote sed(1) argument 2019-09-18 11:27:11 -03:00
util.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
version.c Handle arrays and ranges in pg_upgrade's test for non-upgradable types. 2019-11-13 11:35:37 -05:00