postgresql/src/bin/pg_upgrade
Amit Kapila 677a45c4ae Fix random failure in 004_subscription.
After the upgrade, the failed test was ensuring that the changes made on
the publisher should be replicated to the subscriber. We missed waiting
for one of the subscriptions to catch up.

Per buildfarm

Author: Vignesh C
Reviewed-by: Kuroda Hayato
Discussion: https://postgr.es/m/CALDaNm0z=fLtio1h50K8WossUGXU+gy0H9y9=RYh1DDZiq2EDw@mail.gmail.com
2024-03-27 14:15:03 +05:30
..
po Update copyright for 2024 2024-01-03 20:49:05 -05:00
t Fix random failure in 004_subscription. 2024-03-27 14:15:03 +05:30
.gitignore Re-add locally-generated files in pg_upgrade's .gitignore and Makefile 2022-06-15 15:36:16 +09:00
IMPLEMENTATION Improve some wording in pg_upgrade/IMPLEMENTATION 2023-10-11 13:54:33 +09:00
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
TESTING Add --copy-file-range option to pg_upgrade. 2024-03-06 12:01:01 +13:00
check.c Release temporary array in check_for_data_types_usage(). 2024-03-24 12:13:35 -04:00
controldata.c Make the order of the header file includes consistent 2024-03-13 15:07:00 +01:00
dump.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
exec.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
file.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
function.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
info.c Track invalidation_reason in pg_replication_slots. 2024-03-22 13:52:05 +05:30
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
nls.mk Break up long GETTEXT_FILES lists 2023-03-08 15:05:43 +01:00
option.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
parallel.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
pg_upgrade.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
pg_upgrade.h pg_upgrade: run all data type checks per connection 2024-03-19 13:32:50 +01:00
relfilenumber.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
server.c Rework how logirep launchers are stopped during pg_upgrade 2024-01-12 08:23:07 +09:00
tablespace.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
util.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
version.c pg_upgrade: run all data type checks per connection 2024-03-19 13:32:50 +01:00