diff options
author | Fujii Masao <fujii@postgresql.org> | 2021-03-25 11:23:30 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2021-03-25 11:24:59 +0900 |
commit | 09cb8512ff11bd2c58b3d28bce9501e76bd12eff (patch) | |
tree | 509b3eaed41a1ee8a0c80cc79095bc424d1976b8 /src/backend/access/gist/gistbuildbuffers.c | |
parent | d75edab42c66cdc7b120d0d483ef73343d621eb4 (diff) | |
download | postgresql-09cb8512ff11bd2c58b3d28bce9501e76bd12eff.tar.gz postgresql-09cb8512ff11bd2c58b3d28bce9501e76bd12eff.zip |
Fix bug in WAL replay of COMMIT_TS_SETTS record.
Previously the WAL replay of COMMIT_TS_SETTS record called
TransactionTreeSetCommitTsData() with the argument write_xlog=true,
which generated and wrote new COMMIT_TS_SETTS record.
This should not be acceptable because it's during recovery.
This commit fixes the WAL replay of COMMIT_TS_SETTS record
so that it calls TransactionTreeSetCommitTsData() with write_xlog=false
and doesn't generate new WAL during recovery.
Back-patch to all supported branches.
Reported-by: lx zou <zoulx1982@163.com>
Author: Fujii Masao
Reviewed-by: Alvaro Herrera
Discussion: https://postgr.es/m/16931-620d0f2fdc6108f1@postgresql.org
Diffstat (limited to 'src/backend/access/gist/gistbuildbuffers.c')
0 files changed, 0 insertions, 0 deletions