aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2013-03-07 12:12:33 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2013-03-07 12:12:33 +0200
commitd009f9036d62762b6a261055e7417ae911233853 (patch)
tree204497ac11f6334392b1b3cd8c908d5f926777cd /src/backend/executor/nodeModifyTable.c
parentc52ba36bd78a6e67d0ac30de8c71fb256cbaf026 (diff)
downloadpostgresql-d009f9036d62762b6a261055e7417ae911233853.tar.gz
postgresql-d009f9036d62762b6a261055e7417ae911233853.zip
Further fix to the mode where we enter archive recovery after crash recovery.
I missed to returns in the middle of ReadRecord function in my previous fix. If a WAL file was not found at all during crash recovery, XLogPageRead would return 'false', and ReadRecord would return without entering archive recovery. 9.2 only. In master, the code is structured differently and does not have this problem. Kyotaro HORIGUCHI, Mitsumasa KONDO and me.
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions