Re: [sqlsmith] ERROR: badly formatted node string "RESTRICTINFO...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andreas Seltenreich <seltenreich(at)gmx(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [sqlsmith] ERROR: badly formatted node string "RESTRICTINFO...
Date: 2017-04-11 16:11:34
Message-ID: 14283.1491927094@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andreas Seltenreich <seltenreich(at)gmx(dot)de> writes:
> I see the above ERROR logged a lot when testing master at eef8c0069e
> with a postgres_fdw around. Below is a recipe to reproduce it on top of
> the regression DB.

I've pushed a fix that should get you past that problem, although
I suspect we still have some issues with treatment of parallel-unsafe
subplans.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2017-04-11 16:15:55 Re: strange parallel query behavior after OOM crashes
Previous Message Robert Haas 2017-04-11 16:09:16 Re: Problem in Parallel Bitmap Heap Scan?