pg_dump bug in 9.4beta2 and HEAD - Mailing list pgsql-hackers

From Joachim Wieland
Subject pg_dump bug in 9.4beta2 and HEAD
Date
Msg-id CACw0+13sXyP2mn2ta7dnoAysr2DgVKUDfNEo=McErakwNNJ1=w@mail.gmail.com
Whole thread Raw
Responses Re: pg_dump bug in 9.4beta2 and HEAD
List 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)



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Scaling shared buffer eviction
Next
From: Amit Kapila
Date:
Subject: Re: replication commands and log_statements