aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execCurrent.c
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2021-03-25 11:23:30 +0900
committerFujii Masao <fujii@postgresql.org>2021-03-25 11:25:17 +0900
commitd544671f1572a0f9138f0e4b3aff38bb683483b2 (patch)
tree533a049376745ec3baf590cebdf59fe132148f78 /src/backend/executor/execCurrent.c
parentd5a905ed5e7b277392db6c07efd40ec2ba9e6341 (diff)
downloadpostgresql-d544671f1572a0f9138f0e4b3aff38bb683483b2.tar.gz
postgresql-d544671f1572a0f9138f0e4b3aff38bb683483b2.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/executor/execCurrent.c')
0 files changed, 0 insertions, 0 deletions