Re: [DOC] Document concurrent index builds waiting on each other - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: [DOC] Document concurrent index builds waiting on each other
Date
Msg-id 20200805021435.GA9523@alvherre.pgsql
Whole thread Raw
In response to Re: [DOC] Document concurrent index builds waiting on each other  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses PROC_IN_ANALYZE stillborn 13 years ago  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
On 2020-Aug-04, Alvaro Herrera wrote:

> diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h
> index b20e2ad4f6..43c8ea3e31 100644
> --- a/src/include/storage/proc.h
> +++ b/src/include/storage/proc.h
> @@ -53,6 +53,8 @@ struct XidCache
>  #define        PROC_IS_AUTOVACUUM    0x01    /* is it an autovac worker? */
>  #define        PROC_IN_VACUUM        0x02    /* currently running lazy vacuum */
>  #define        PROC_IN_ANALYZE        0x04    /* currently running analyze */
> +#define        PROC_IN_CIC            0x40    /* currently running CREATE INDEX
> +                                           CONCURRENTLY */
>  #define        PROC_VACUUM_FOR_WRAPAROUND    0x08    /* set by autovac only */
>  #define        PROC_IN_LOGICAL_DECODING    0x10    /* currently doing logical
>                                                   * decoding outside xact */

Hah, missed to add new bit to PROC_VACUUM_STATE_MASK here.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Justin Pryzby
Date:
Subject: Re: pg13dev: explain partial, parallel hashagg, and memory use
Next
From: David Rowley
Date:
Subject: Re: pg13dev: explain partial, parallel hashagg, and memory use