]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."
authorJeff Davis <jdavis@postgresql.org>
Tue, 15 Dec 2020 07:48:44 +0000 (23:48 -0800)
committerJeff Davis <jdavis@postgresql.org>
Tue, 15 Dec 2020 07:48:44 +0000 (23:48 -0800)
commitfde5f130c9c30e75c7a8ee33095a6a7e79d5b626
treeae0609a34155f00db2ee85fb06159e298cc6a494
parent787d06a206b24138c06393b4737c6f116aaf30e6
Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."

This reverts commit 3a9e64aa0d96c8ffb6c682b082d0f72b1d373327.

Commit 4bad60e3 fixed the root of the problem that 3a9e64aa worked
around.

This enables proper pipelining of commands after terminating
replication, eliminating an undocumented limitation.

Discussion: https://postgr.es/m/3d57bc29-4459-578b-79cb-7641baf53c57%40iki.fi
Backpatch-through: 9.5
src/backend/replication/walsender.c