diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-09-04 15:47:01 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-09-04 15:47:01 +0900 |
commit | f4b91a50e9e6757679322c454916bcd6b1dcbc15 (patch) | |
tree | 6562691bd6227d9bde593c8d689abb20e2f2bd2e /src/backend/access/gist/gistscan.c | |
parent | b0b2ef25e3ff240dc1887742bfed1d044c0938a0 (diff) |
Fix thinko when ending progress report for a backend
The logic ending progress reporting for a backend entry introduced by
b6fb647 causes callers of pgstat_progress_end_command() to do some extra
work when track_activities is enabled as the process fields are reset in
the backend entry even if no command were started for reporting.
This resets the fields only if a command is registered for progress
reporting, and only if track_activities is enabled.
Author: Masahiho Sawada
Discussion: https://postgr.es/m/CAD21AoCry_vJ0E-m5oxJXGL3pnos-xYGCzF95rK5Bbi3Uf-rpA@mail.gmail.com
Backpatch-through: 9.6
Diffstat (limited to 'src/backend/access/gist/gistscan.c')
0 files changed, 0 insertions, 0 deletions