Re: Combine function returning NULL unhandled?
David Rowley <david.rowley@2ndquadrant.com>
From: David Rowley <david.rowley@2ndquadrant.com>
To: Andres Freund <andres@anarazel.de>
Cc: Robert Haas <robertmhaas@gmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>,
Simon Riggs <simon@2ndquadrant.com>
Date: 2017-12-01T00:33:04Z
Lists: pgsql-hackers
On 24 November 2017 at 14:20, Andres Freund <andres@anarazel.de> wrote: > Pushed a fix to the relevant branches, including tests of the > trans/combine functions returns NULL cases. Apologies for my silence here. I've been on leave and out of internet range for two weeks. Thank you for making the fix. -- David Rowley http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Fix handling of NULLs returned by aggregate combine functions.
- c60b898453f9 10.2 landed
- c253b722f616 9.6.7 landed
- 59b71c6fe6ca 11.0 landed
-
Support multi-stage aggregation.
- a7de3dc5c346 9.6.0 cited