aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2017-02-22 03:11:58 +0900
committerFujii Masao <fujii@postgresql.org>2017-02-22 08:29:32 +0900
commit9fab155c68a4e2164c39f61bc849ad669ad54f2c (patch)
treeeb51f5e501294eb1be2d56b5fa0b088be50b8844 /src/backend/access/gist
parent62ed08422cba0c1bf4ad1e721c13cd6ac9ed29a0 (diff)
downloadpostgresql-9fab155c68a4e2164c39f61bc849ad669ad54f2c.tar.gz
postgresql-9fab155c68a4e2164c39f61bc849ad669ad54f2c.zip
Make walsender always initialize the buffers.
Walsender uses the local buffers for each outgoing and incoming message. Previously when creating replication slot, walsender forgot to initialize one of them and which can cause the segmentation fault error. To fix this issue, this commit changes walsender so that it always initialize them before it executes the requested replication command. Back-patch to 9.4 where replication slot was introduced. Problem report and initial patch by Stas Kelvich, modified by me. Report: https://www.postgresql.org/message-id/A1E9CB90-1FAC-4CAD-8DBA-9AA62A6E97C5@postgrespro.ru
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions