On 2020-Dec-01, Alvaro Herrera wrote:
> On 2020-Nov-30, Zhihong Yu wrote:
>
> > Alvaro, et al:
> > Please let me know how to proceed with the patch.
> >
> > Running test suite with the patch showed no regression.
>
> That's good to hear. I'll get it pushed today. Thanks for following
> up.
D
On 2020-Nov-30, Zhihong Yu wrote:
> Alvaro, et al:
> Please let me know how to proceed with the patch.
>
> Running test suite with the patch showed no regression.
That's good to hear. I'll get it pushed today. Thanks for following
up.
Alvaro, et al:
Please let me know how to proceed with the patch.
Running test suite with the patch showed no regression.
Cheers
On Mon, Nov 30, 2020 at 3:24 PM Zhihong Yu wrote:
> Hi,
> See attached patch which is along the line Alvaro outlined.
>
> Cheers
>
> On Mon, Nov 30, 2020 at 3:01 PM A
Hi,
See attached patch which is along the line Alvaro outlined.
Cheers
On Mon, Nov 30, 2020 at 3:01 PM Alvaro Herrera
wrote:
> On 2020-Nov-30, Zhihong Yu wrote:
>
> > This was the line runtime error was raised:
> >
> > memcpy(part_oids, partdesc->oids, sizeof(Oid) * nparts);
> >
> > Fro
On 2020-Nov-30, Zhihong Yu wrote:
> This was the line runtime error was raised:
>
> memcpy(part_oids, partdesc->oids, sizeof(Oid) * nparts);
>
> From RelationBuildPartitionDesc we can see that:
>
> if (nparts > 0)
> {
> PartitionBoundInfo boundinfo;
>
Hi,
In our testPgRegressTrigger test log, I saw the following (this was for a
relatively old version of PG):
197859 [ts-1]
../../../../../../src/postgres/src/backend/commands/indexcmds.c:1062:22:
runtime error: null pointer passed as argument 2, which is declared to
never be null
197860 [ts-1]