Re: Segmentation fault with pg_restore

From: John R Pierce <pierce(at)hogranch(dot)com>
To: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Segmentation fault with pg_restore
Date: 2016-09-20 23:10:05
Message-ID: 81ab5fc4-ac8e-1d9c-eb45-cff16b2d86f5@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)hogranch(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message zoulx1982 2016-09-21 03:51:14 BUG #14330: can not select into `composite data types` in plpgsql
Previous Message Peter Geoghegan 2016-09-20 22:48:05 Re: Segmentation fault with pg_restore