Robert Haas writes:
> Add hash partitioning.
sqlsmith triggers coredumps calling satisfies_hash_partition().
ISTM this function is lacking argument validation. Example:
,
| PostgreSQL stand-alone backend 11devel
| backend> select satisfies_hash_partition('pg_class'::regclass,null,null,null)
tch fixes it for me.
regards,
Andreas
>From b9c2394047f9418127eaa91fe251768d20add9a6 Mon Sep 17 00:00:00 2001
From: Andreas Seltenreich
Date: Sat, 11 Nov 2017 17:26:46 +0100
Subject: [PATCH] Fix pg_control_checkpoint().
Commit 4b0d28de06 forgot to decrement the attribute count of the tuple
w
Robert Haas writes:
> Expand partitioned table RTEs level by level, without flattening.
testing with sqlsmith shows that the following assertion in this commit
doesn't hold:
TRAP: FailedAssertion("!(((brel)->reloptkind == RELOPT_BASEREL ||
(brel)->reloptkind == RELOPT_OTHER_MEMBER_REL))", File: