Re: Segmentation fault with pg_restore - Mailing list pgsql-bugs

From John R Pierce
Subject Re: Segmentation fault with pg_restore
Date
Msg-id 81ab5fc4-ac8e-1d9c-eb45-cff16b2d86f5@hogranch.com
Whole thread Raw
In response to Re: Segmentation fault with pg_restore  (Peter Geoghegan <pg@heroku.com>)
List pgsql-bugs
On 9/20/2016 3:48 PM, Peter Geoghegan wrote:
> On Tue, Sep 20, 2016 at 11:41 PM, John R Pierce<pierce@hogranch.com>  wrote:
>> >a -Fc dumpfile's format should be compressed binary, not text.
> So? It still shouldn't segfault.

my point is, compressed binary files aren't 'DOS' *or* Unix, they are
BINARY, so if vim sees ascii data, you're not looking at the right file.


--
john r pierce, recycling bits in santa cruz

pgsql-bugs by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Segmentation fault with pg_restore
Next
From: zoulx1982@163.com
Date:
Subject: BUG #14330: can not select into `composite data types` in plpgsql