Re: BUG #5451: pg_restore doesn't close input .tar archive

From: Pavel Golub <pavel(at)microolap(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5451: pg_restore doesn't close input .tar archive
Date: 2010-05-07 05:51:25
Message-ID: 1002678266.20100507085125@gf.microolap.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello, Tom.

You wrote:

TL> "Pavel Golub" <pavel(at)microolap(dot)com> writes:
>> pg_restore doesn't close input .tar archive file after restore process.
>> However, file is closed after pg_restore termination, I suppose it's not
>> correct behaviour.

TL> I'm not sure what distinction you're trying to draw. Do you want us to
TL> add a close() just before exit()? If so, what for?

First of all, for uniformity I guess. :) .backup files are closed
properly.

And secondly, I'm using these sources in my project and I
need input file to be closed. Of course, I can find the place
where to insert close() by myself, but I beleive that this must be done in the
official release.

TL> regards, tom lane

--
With best wishes,
Pavel mailto:pavel(at)gf(dot)microolap(dot)com

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Heikki Linnakangas 2010-05-07 08:35:04 Re: BUG #5452: Server core dumps coming out of recovery mode
Previous Message Chris Copeland 2010-05-06 16:24:43 BUG #5452: Server core dumps coming out of recovery mode