Thread: WARNING: 01000: could not dump unrecognized node type: 928

WARNING: 01000: could not dump unrecognized node type: 928

From
Jon Nelson
Date:
I get this whenever debug_print_rewritten = on

WARNING:  01000: could not dump unrecognized node type: 928
LOCATION:  _outNode, outfuncs.c:2787
right before
LOG:  00000: rewritten parse tree:

PostgreSQL 8.4.5 on Linux x86-64


Does this sound familiar?

--
Jon

Re: WARNING: 01000: could not dump unrecognized node type: 928

From
Tom Lane
Date:
Jon Nelson <jnelson+pgsql@jamponi.net> writes:
> I get this whenever debug_print_rewritten = on
> WARNING:  01000: could not dump unrecognized node type: 928
> LOCATION:  _outNode, outfuncs.c:2787
> right before
> LOG:  00000: rewritten parse tree:

> PostgreSQL 8.4.5 on Linux x86-64

Hm, do you use CREATE TABLE LIKE a lot?

            regards, tom lane

Re: WARNING: 01000: could not dump unrecognized node type: 928

From
Jon Nelson
Date:
On Fri, Nov 12, 2010 at 9:29 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Jon Nelson <jnelson+pgsql@jamponi.net> writes:
>> I get this whenever debug_print_rewritten =3D on
>> WARNING: =C2=A001000: could not dump unrecognized node type: 928
>> LOCATION: =C2=A0_outNode, outfuncs.c:2787
>> right before
>> LOG: =C2=A000000: rewritten parse tree:
>
>> PostgreSQL 8.4.5 on Linux x86-64
>
> Hm, do you use CREATE TABLE LIKE a lot?

During development, yes.

--=20
Jon