Re: BUG #9442: Cannot pg_dump database with event trigger: cannot duplicate null pointer. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #9442: Cannot pg_dump database with event trigger: cannot duplicate null pointer.
Date
Msg-id 15677.1394040808@sss.pgh.pa.us
Whole thread Raw
In response to BUG #9442: Cannot pg_dump database with event trigger: cannot duplicate null pointer.  (mcheciches@gmail.com)
List pgsql-bugs
mcheciches@gmail.com writes:
> pg_dump: saving database definition
> cannot duplicate null pointer (internal error)

I failed to reproduce this in 9.3 branch tip.  A quick look at the git
history didn't find any obviously-related patches, but certainly there
are enough bugs fixed between 9.3.0 and 9.3.3 that your first move ought
to be to upgrade.  If you can still reproduce this with 9.3.3 server
and pg_dump, please submit a *self contained* test case.  (The CREATE
TRIGGER statement alone is not that.  A SQL script to create a database
that exhibits the problem would do.)

            regards, tom lane

pgsql-bugs by date:

Previous
From: mcheciches@gmail.com
Date:
Subject: BUG #9442: Cannot pg_dump database with event trigger: cannot duplicate null pointer.
Next
From: pchan@contigo.com
Date:
Subject: BUG #9447: still bug in autovacuum after upgrading to 9.1.11?