On 2021-Jun-08, Justin Pryzby wrote:

> They're all zero except for:
> 
> $201 = 1 '\001'
> $202 = 3 '\003'
> $203 = 1 '\001'
> 
> src/include/storage/proc.h-#define              PROC_IS_AUTOVACUUM      0x01  
>   /* is it an autovac worker? */
> src/include/storage/proc.h-#define              PROC_IN_VACUUM          0x02  
>   /* currently running lazy vacuum */
> src/include/storage/proc.h:#define              PROC_IN_SAFE_IC         0x04  
>   /* currently running CREATE INDEX

Ah okay, not related then.  Thanks for checking.

-- 
Álvaro Herrera                            39°49'30"S 73°17'W


Reply via email to