Re: Fix pg_stat_get_backend_wait_event() for aux processes - Mailing list pgsql-hackers

From Bertrand Drouvot
Subject Re: Fix pg_stat_get_backend_wait_event() for aux processes
Date
Msg-id aYL8+H+J58EbZ8Hg@ip-10-97-1-34.eu-west-3.compute.internal
Whole thread Raw
In response to Re: Fix pg_stat_get_backend_wait_event() for aux processes  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: Fix pg_stat_get_backend_wait_event() for aux processes
List pgsql-hackers
Hi,

On Tue, Feb 03, 2026 at 10:29:27PM +0200, Heikki Linnakangas wrote:
> There might be a performance argument too,

yeah, not sure but with the patch in place the size of PGPROC goes from
832 bytes to 824 bytes. Is it worth to add extra padding so that it still remain
a multiple of 64?

Regards,

-- 
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: Support logical replication of DDLs
Next
From: jian he
Date:
Subject: Re: pg_dumpall --roles-only interact with other options