Re: monitoring CREATE INDEX [CONCURRENTLY] - Mailing list pgsql-hackers

From Robert Haas
Subject Re: monitoring CREATE INDEX [CONCURRENTLY]
Date
Msg-id CA+TgmoaLoGw+7h1BZZ5wTT+CK0C97tT2Qcu5ewdLs2HOkDtKKw@mail.gmail.com
Whole thread Raw
In response to Re: monitoring CREATE INDEX [CONCURRENTLY]  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: monitoring CREATE INDEX [CONCURRENTLY]
List pgsql-hackers
On Fri, Mar 29, 2019 at 2:16 PM Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
> I think we should consider a new column of an array type, where we could
> put things like the list of PIDs to be waited for, the list of OIDs of
> index to rebuild, or the list of partitions to build the index on.

This has to work with a fixed-size chunk of shared memory.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Shaun Thomas
Date:
Subject: Re: [PATCH] Incremental sort (was: PoC: Partial sort)
Next
From: Bernd Helmle
Date:
Subject: Re: Enable data checksums by default