Re: PgStat_HashKey padding issue when passed by reference
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Sami Imseih <samimseih@gmail.com>
Cc: Andres Freund <andres@anarazel.de>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-09-18T02:49:11Z
Lists: pgsql-hackers
Attachments
- v2-0001-Document-no-padding-rule-for-PgStat_HashKey.patch (text/x-diff) patch v2-0001
On Wed, Sep 17, 2025 at 07:04:36PM -0500, Sami Imseih wrote: > "NB: We assume that this struct contains no padding. Also, 8 bytes > allocated for the object ID are good enough to ensure the uniqueness > of the hash key, hence the addition of new fields is not recommended." Works for me. > Also, what about we also add the assert as done earlier in this thread [0] > to ensure that the struct indeed does not have padding? I still want to add it, but it also seemed like you were not much a fan of it, so I did not really want to push forward with something that was not loved. :D Addressing your points, attached is an updated patch labelled v2. -- Michael
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Document and check that PgStat_HashKey has no padding
- 3cd3a039da7f 19 (unreleased) landed