Re: predefined role(s) for VACUUM and ANALYZE - Mailing list pgsql-hackers

From Tom Lane
Subject Re: predefined role(s) for VACUUM and ANALYZE
Date
Msg-id 749976.1664579138@sss.pgh.pa.us
Whole thread Raw
In response to Re: predefined role(s) for VACUUM and ANALYZE  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: predefined role(s) for VACUUM and ANALYZE  (Nathan Bossart <nathandbossart@gmail.com>)
List pgsql-hackers
Nathan Bossart <nathandbossart@gmail.com> writes:
> On Fri, Sep 30, 2022 at 06:00:53PM -0400, Tom Lane wrote:
>> ... and now requires double alignment ... did you fix its typalign?

> Nope, I missed that, thanks for pointing it out.  Should we move ai_privs
> to the beginning of the struct, too?

Don't see any point, there won't be any padding.  If we ever change the
sizeof(Oid), or add more fields, we can consider what to do then.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Zheng Li
Date:
Subject: Bloom filter Pushdown Optimization for Merge Join
Next
From: Zhihong Yu
Date:
Subject: Re: [BUG] parenting a PK constraint to a self-FK one (Was: Self FK oddity when attaching a partition)