Re: Symbolic names for the values of typalign and typstorage
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
pgsql-hackers@lists.postgresql.org
Date: 2020-03-04T15:35:16Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes: > On Tue, Mar 03, 2020 at 04:45:51PM -0500, Tom Lane wrote: >> Yeah, that works out very nicely: there's now only one place besides >> tupmacs.h that needs a new #include. >> I did a little more polishing, and consider the attached committable, >> unless anyone has objections. > Nice. I have looked at the patch and it seems to me that no spots > have been missed. Pushed, thanks for reviewing. regards, tom lane
Commits
-
Introduce macros for typalign and typstorage constants.
- 3ed2005ff595 13.0 landed