pgsql: pg_upgrade: issue helpful error message for use on standbys

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: pg_upgrade: issue helpful error message for use on standbys
Дата
Msg-id E1fqfhW-0007Ua-31@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_upgrade:  issue helpful error message for use on standbys

Commit 777e6ddf1723306bd2bf8fe6f804863f459b0323 checked for a shut down
message from a standby and allowed it to continue.  This patch reports a
helpful error message in these cases, suggesting to use rsync as
documented.

Diagnosed-by: Martín Marqués

Discussion: https://postgr.es/m/CAPdiE1xYCow-reLjrhJ9DqrMu-ppNq0ChUUEvVdxhdjGRD5_eA@mail.gmail.com

Backpatch-through: 9.3

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/bd30f51c0ec97207ac9baf68d03fd4e851f9777f

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Mention ownership requirements for REFRESH MATERIALIZED VIEWin
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix configure's snprintf test so it exposes HP-UX bug.