diff options
author | Fujii Masao <fujii@postgresql.org> | 2020-05-08 10:36:40 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2020-05-08 10:36:40 +0900 |
commit | f2ff2035962cd2ddd56c1593709d48ca0d3a78c5 (patch) | |
tree | 873633aa70fe2ffe6edc653a9ff08cf5a4d5a527 /src/backend/access/transam/xlogutils.c | |
parent | cd8c73a38a23c364e71973d6832a585616d24756 (diff) | |
download | postgresql-f2ff2035962cd2ddd56c1593709d48ca0d3a78c5.tar.gz postgresql-f2ff2035962cd2ddd56c1593709d48ca0d3a78c5.zip |
Report missing wait event for timeline history file.
TimelineHistoryRead and TimelineHistoryWrite wait events are reported
during waiting for a read and write of a timeline history file, respectively.
However, previously, TimelineHistoryRead wait event was not reported
while readTimeLineHistory() was reading a timeline history file. Also
TimelineHistoryWrite was not reported while writeTimeLineHistory() was
writing one line with the details of the timeline split, at the end.
This commit fixes these issues.
Back-patch to v10 where wait events for a timeline history file was added.
Author: Masahiro Ikeda
Reviewed-by: Michael Paquier, Fujii Masao
Discussion: https://postgr.es/m/d11b0c910b63684424e06772eb844ab5@oss.nttdata.com
Diffstat (limited to 'src/backend/access/transam/xlogutils.c')
0 files changed, 0 insertions, 0 deletions