]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Improve description of buffer used to store records in WAL reader
authorMichael Paquier <michael@paquier.xyz>
Tue, 20 Nov 2018 23:43:32 +0000 (08:43 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 20 Nov 2018 23:43:32 +0000 (08:43 +0900)
commit0999ac479292c12a7c373e612b15e1ff47077990
tree5bd69550ca6b9149c4ac34789acdf3c616c4e910
parentea8bc349bd1d92a882d636b535723b36366d9fbe
Improve description of buffer used to store records in WAL reader

The dedicated private buffer to store records is used only for these
crossing a page boundary since 285bd0ac, but its description did not
match completely the reality.

Reported-by: Andrey Lepikhov
Author: Michael Paquier
Discussion: https://postgr.es/m/49518b48-2036-5e43-1818-0f594e375e76@postgrespro.ru
src/include/access/xlogreader.h