Re: Simplifying our Trap/Assert infrastructure
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2022-10-12T18:36:20Z
Lists: pgsql-hackers
Attachments
- v1-0001-remove-AssertArg-and-AssertState.patch (text/x-diff)
On Sun, Oct 09, 2022 at 02:01:48PM -0700, Nathan Bossart wrote: > The patch LGTM. It might be worth removing usages of AssertArg and > AssertState, too, but that can always be done separately. If you are so inclined... -- Nathan Bossart Amazon Web Services: https://aws.amazon.com
Commits
-
Make AssertPointerAlignment available to frontend code
- 2fe4c7384f46 16.0 landed
-
Remove AssertArg and AssertState
- b1099eca8f38 16.0 landed
-
Simplify our Assert infrastructure a little.
- 235eb4db9879 16.0 landed