pg_dump bug in 9.4beta2 and HEAD

From: Joachim Wieland <joe(at)mcknight(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pg_dump bug in 9.4beta2 and HEAD
Date: 2014-08-14 03:53:55
Message-ID: CACw0+13sXyP2mn2ta7dnoAysr2DgVKUDfNEo=McErakwNNJ1=w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm seeing an assertion failure with "pg_dump -c --if-exists" which is
not ready to handle BLOBs it seems:

pg_dump: pg_backup_archiver.c:472: RestoreArchive: Assertion `mark !=
((void *)0)' failed.

To reproduce:

$ createdb test
$ pg_dump -c --if-exists test (works, dumps empty database)
$ psql test -c "select lo_create(1);"
$ pg_dump -c --if-exists test (fails, with the above mentioned assertion)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2014-08-14 04:11:25 Re: replication commands and log_statements
Previous Message Amit Kapila 2014-08-14 03:26:49 Re: Scaling shared buffer eviction