*** a/doc/src/sgml/high-availability.sgml --- b/doc/src/sgml/high-availability.sgml *************** *** 1810,1818 **** if (!triggered) situation will be no worse than if the standby queries were running directly on the primary server, and you are still getting the benefit of off-loading execution onto the standby. ! max_standby_archive_delay must be kept large in this case, ! because delayed WAL files might already contain entries that conflict with ! the desired standby queries. --- 1810,1820 ---- situation will be no worse than if the standby queries were running directly on the primary server, and you are still getting the benefit of off-loading execution onto the standby. ! If a standby loses connectivity to the master, its ! hot_standby_feedback value is not respected by the master until ! the connection has been restored. If the slave wishes to continue ! executing queries in that case, its max_standby_archive_delay ! should be kept large.