Re: static assert cleanup
John Naylor <john.naylor@enterprisedb.com>
From: John Naylor <john.naylor@enterprisedb.com>
To: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-12-09T10:01:19Z
Lists: pgsql-hackers
On Fri, Dec 9, 2022 at 2:47 PM Peter Eisentraut < peter.eisentraut@enterprisedb.com> wrote: > > 0003-Move-some-static-assertions-to-better-places.patch > > This moves some that I thought were suboptimally placed but it could be > debated or refined. + * We really want ItemPointerData to be exactly 6 bytes. This is rather a + * random place to check, but there is no better place. Since the assert is no longer in a random function body, it seems we can remove the second sentence. -- John Naylor EDB: http://www.enterprisedb.com
Commits
-
Static assertions cleanup
- 75f49221c222 16.0 landed
-
Rearrange some static assertions for consistency
- b18c2decd76e 16.0 landed