Branch: REL_13_STABLE [cebe10a5f] 2020-07-28 11:00:00 +0900
Branch: REL_12_STABLE [62c4a7729] 2020-07-28 11:00:02 +0900
Branch: REL_11_STABLE [bead29dec] 2020-07-28 11:00:03 +0900
+Branch: master [199cec977] 2020-08-07 14:45:00 +0900
+Branch: REL_13_STABLE [79a3ab1e9] 2020-08-07 14:45:01 +0900
+Branch: REL_12_STABLE [4f2693229] 2020-08-07 14:45:02 +0900
+Branch: REL_11_STABLE [1db9c80f8] 2020-08-07 14:45:04 +0900
-->
Fix edge cases in partition pruning (Etsuro Fujita, Dmitry Dolgov)
+ In logical replication walsender, fix failure to send feedback
+ messages after sending a keepalive message (Álvaro Herrera)
+
+
+ This is a relatively minor problem when using built-in logical
+ replication, because the built-in walreceiver will send a feedback
+ reply (which clears the incorrect state) fairly frequently anyway.
+ But with some other replication systems, such
+ as
pglogical, it causes significant
+ performance issues.
+
+
+
+
+
- Use POSIX-standard strsignal() in place of the
- BSD-ish sys_siglist[] (Tom Lane)
-
-
- This avoids build failures with very recent versions
-
-
-
-
-