Re: BUG #9442: Cannot pg_dump database with event trigger: cannot duplicate null pointer.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mcheciches(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #9442: Cannot pg_dump database with event trigger: cannot duplicate null pointer.
Date: 2014-03-05 17:33:28
Message-ID: 15677.1394040808@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

mcheciches(at)gmail(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pchan 2014-03-05 18:07:58 BUG #9447: still bug in autovacuum after upgrading to 9.1.11?
Previous Message mcheciches 2014-03-05 12:05:20 BUG #9442: Cannot pg_dump database with event trigger: cannot duplicate null pointer.