Re: [DOC] Document concurrent index builds waiting on each other

Anastasia Lubennikova <a.lubennikova@postgrespro.ru>

From: Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
To: pgsql-hackers@lists.postgresql.org
Cc: James Coleman <jtc331@gmail.com>
Date: 2020-11-30T20:03:33Z
Lists: pgsql-hackers
Status update for a commitfest entry.

The commitfest is nearing the end and I wonder what is this discussion waiting for.
It looks like the proposed patch received its fair share of review, so I mark it as ReadyForCommitter and lay responsibility for the final decision on them.

The new status of this patch is: Ready for Committer

Commits

  1. Call out vacuum considerations in create index docs

  2. Document concurrent indexes waiting on each other

  3. snapshot scalability: Don't compute global horizons while building snapshots.

  4. Remove PROC_IN_ANALYZE and derived flags

  5. Improve performance of get_actual_variable_range with recently-dead tuples.