Re: pgsql: Add hash partitioning.
Amul Sul <sulamul@gmail.com>
From: amul sul <sulamul@gmail.com>
To: Andreas Seltenreich <seltenreich@gmx.de>
Cc: Robert Haas <rhaas@postgresql.org>, pgsql-committers@postgresql.org
Date: 2017-11-13T08:24:27Z
Lists: pgsql-hackers
Attachments
- 0001-argument-validation-v2.patch (application/octet-stream) patch v2-0001
On Mon, Nov 13, 2017 at 12:41 PM, amul sul <sulamul@gmail.com> wrote: > On Sun, Nov 12, 2017 at 3:01 AM, Andreas Seltenreich <seltenreich@gmx.de> wrote: >> Robert Haas writes: >> >>> Add hash partitioning. >> >> sqlsmith triggers coredumps calling satisfies_hash_partition(). >> ISTM this function is lacking argument validation. Example: >> > > Thanks for the bug report. Please find attached patch does the fix. Updated patch attached -- Adjusted code comment to survive against pgindent. Regards, Amul
Commits
-
Fix multiple problems with satisfies_hash_partition.
- f3b0897a1213 11.0 landed
-
Add hash partitioning.
- 1aba8e651ac3 11.0 cited