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

From: Andreas Seltenreich <seltenreich(at)gmx(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH] Add STRICT to some regression test C functions.
Date: 2016-01-08 23:05:41
Message-ID: 87io33brju.fsf@credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

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?

Thanks,
Andreas

Attachment Content-Type Size
0001-Add-STRICT-to-some-regression-test-C-functio.patch text/x-diff 2.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2016-01-08 23:22:30 Re: snapshot too old, configured by time
Previous Message Alvaro Herrera 2016-01-08 23:04:34 Re: [PROPOSAL] Improvements of Hunspell dictionaries support