[PATCH] Add regression test for aggregate NULL behavior - Mailing list pgsql-hackers

From kateriny bispo
Subject [PATCH] Add regression test for aggregate NULL behavior
Date
Msg-id CAKnfrPkOy=Fv38jmX005azwZDydtpHmRV4PwWAy4aDdgyfiQJA@mail.gmail.com
Whole thread Raw
List pgsql-hackers
Hi,

This patch adds a new regression test covering the behavior of aggregate
functions when handling NULL values, including COUNT, COUNT(*) and AVG
on non-empty and empty relations.

The test was implemented using the pg_regress framework and follows the
existing regression testing conventions.

Feedback is welcome.

Best regards,
Kateriny
Attachment

pgsql-hackers by date:

Previous
From: Jacob Champion
Date:
Subject: Re: pg_plan_advice
Next
From: Bertrand Drouvot
Date:
Subject: Re: Adding locks statistics