WARNING: 01000: could not dump unrecognized node type: 928
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
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
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