Re: [BUGS] [postgresql 10 beta3] unrecognized node type: 90 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [BUGS] [postgresql 10 beta3] unrecognized node type: 90
Date
Msg-id 11673.1502467154@sss.pgh.pa.us
Whole thread Raw
In response to [BUGS] [postgresql 10 beta3] unrecognized node type: 90  ("Adam, Etienne (Nokia-TECH/Issy Les Moulineaux)" <etienne.adam@nokia.com>)
Responses Re: [BUGS] [postgresql 10 beta3] unrecognized node type: 90
Re: [BUGS] [postgresql 10 beta3] unrecognized node type: 90
List pgsql-bugs
"Adam, Etienne (Nokia-TECH/Issy Les Moulineaux)" <etienne.adam@nokia.com> writes:
> ERROR:  XX000: unrecognized node type: 90
> LOCATION:  ExecReScan, execAmi.c:284

(gdb) p (NodeTag) 90
$1 = T_GatherMergeState

So, apparently somebody wrote ExecReScanGatherMerge, but never bothered
to plug it into ExecReScan.  From which we may draw depressing conclusions
about how much it's been tested.

Thanks for the report!
        regards, tom lane


--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: "Adam, Etienne (Nokia-TECH/Issy Les Moulineaux)"
Date:
Subject: [BUGS] [postgresql 10 beta3] unrecognized node type: 90
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] [postgresql 10 beta3] unrecognized node type: 90