postgresql/contrib/amcheck
Tom Lane 235eb4db98 Simplify our Assert infrastructure a little.
Remove the Trap and TrapMacro macros, which were nearly unused
and confusingly had the opposite condition polarity from the
otherwise-functionally-equivalent Assert macros.

Having done that, it's very hard to justify carrying the errorType
argument of ExceptionalCondition, so drop that too, and just
let it assume everything's an Assert.  This saves about 64K
of code space as of current HEAD.

Discussion: https://postgr.es/m/3928703.1665345117@sss.pgh.pa.us
2022-10-10 15:16:56 -04:00
..
expected
sql
t
.gitignore
amcheck--1.0--1.1.sql
amcheck--1.0.sql
amcheck--1.1--1.2.sql
amcheck--1.2--1.3.sql
amcheck.control
Makefile
meson.build meson: Add windows resource files 2022-10-05 09:56:05 -07:00
verify_heapam.c Simplify our Assert infrastructure a little. 2022-10-10 15:16:56 -04:00
verify_nbtree.c Harmonize parameter names in contrib code. 2022-09-22 13:59:20 -07:00