Re: [PATCH] Add regression test for aggregate NULL behavior

2025-12-17 Thread Ashutosh Bapat
Hi Kateriny, On Tue, Dec 16, 2025 at 6:21 PM kateriny bispo wrote: > > 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 t

[PATCH] Add regression test for aggregate NULL behavior

2025-12-16 Thread kateriny bispo
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. F