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

Started by Jon Nelsonover 15 years ago3 messagesbugs
Jump to latest
#1Jon Nelson
jnelson+pgsql@jamponi.net

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Jon Nelson (#1)
Re: WARNING: 01000: could not dump unrecognized node type: 928

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

#3Jon Nelson
jnelson+pgsql@jamponi.net
In reply to: Tom Lane (#2)
Re: WARNING: 01000: could not dump unrecognized node type: 928

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 = 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?

During development, yes.

--
Jon