aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2020-04-09 09:25:57 +0530
committerAmit Kapila <akapila@postgresql.org>2020-04-09 09:30:11 +0530
commitf179e9f01b65dd880b204599187ffff29ecba91e (patch)
tree04753a5a6165780262bc85364bf989c64ceb394d /doc/src
parentd050c611373182ec87afd4912a330c4dac8684cc (diff)
downloadpostgresql-f179e9f01b65dd880b204599187ffff29ecba91e.tar.gz
postgresql-f179e9f01b65dd880b204599187ffff29ecba91e.zip
Allow parallel create index to accumulate buffer usage stats.
Currently, we don't account for buffer usage incurred by parallel workers for parallel create index.  This commit allows each worker to record the buffer usage stats and leader backend to accumulate that stats at the end of the operation.  This will allow pg_stat_statements to display correct buffer usage stats for (parallel) create index command. Reported-by: Julien Rouhaud Author: Sawada Masahiko Reviewed-by: Dilip Kumar, Julien Rouhaud and Amit Kapila Backpatch-through: 11, where this was introduced Discussion: https://postgr.es/m/20200328151721.GB12854@nol
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions