Re: Symbolic names for the values of typalign and typstorage
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>, pgsql-hackers@lists.postgresql.org
Date: 2020-03-04T05:25:25Z
Lists: pgsql-hackers
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. -- Michael
Commits
-
Introduce macros for typalign and typstorage constants.
- 3ed2005ff595 13.0 landed