Re: [PATCH] Add STRICT to some regression test C functions.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andreas Seltenreich <seltenreich(at)gmx(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Add STRICT to some regression test C functions.
Date: 2016-01-09 18:04:14
Message-ID: 21541.1452362654@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andreas Seltenreich <seltenreich(at)gmx(dot)de> writes:
> some of the C functions in the regression test DB readily crash when
> passing NULL input values. The regression tests themselves do not pass
> NULL values to them, but when the regression database is used as a basis
> for fuzz testing, they cause a lot of noise. Maybe someone can sneak
> this patch in?

Pushed, thanks.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2016-01-09 18:08:47 Re: pgsql: Avoid pin scan for replay of XLOG_BTREE_VACUUM
Previous Message Simon Riggs 2016-01-09 17:58:01 Re: pgsql: Avoid pin scan for replay of XLOG_BTREE_VACUUM