diff options
author | Thomas Munro <tmunro@postgresql.org> | 2021-03-17 18:24:45 +1300 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2021-03-17 18:43:04 +1300 |
commit | 378802e3713c6c0fce31d2390c134cd5d7c30157 (patch) | |
tree | 450729ca825574a00ee8513fff49f987ea0a8e59 /src/backend/access/transam/xlogfuncs.c | |
parent | 3b8981b6e1a2aea0f18384c803e21e9391de669a (diff) | |
download | postgresql-378802e3713c6c0fce31d2390c134cd5d7c30157.tar.gz postgresql-378802e3713c6c0fce31d2390c134cd5d7c30157.zip |
Update the names of Parallel Hash Join phases.
Commit 3048898e dropped -ING from some wait event names that correspond
to barrier phases. Update the phases' names to match.
While we're here making cosmetic changes, also rename "DONE" to "FREE".
That pairs better with "ALLOCATE", and describes the activity that
actually happens in that phase (as we do for the other phases) rather
than describing a state. The distinction is clearer after bugfix commit
3b8981b6 split the phase into two. As for the growth barriers, rename
their "ALLOCATE" phase to "REALLOCATE", which is probably a better
description of what happens then. Also improve the comments about
the phases a bit.
Discussion: https://postgr.es/m/CA%2BhUKG%2BMDpwF2Eo2LAvzd%3DpOh81wUTsrwU1uAwR-v6OGBB6%2B7g%40mail.gmail.com
Diffstat (limited to 'src/backend/access/transam/xlogfuncs.c')
0 files changed, 0 insertions, 0 deletions