Re: File system operations.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Anastasia Lubennikova <a(dot)lubennikova(at)postgrespro(dot)ru>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: File system operations.
Date: 2016-09-15 15:30:38
Message-ID: CA+TgmobGYt2pX6AksPVDow0e49gr+K1FV2z+gytzfSZpqvTPUQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Sep 15, 2016 at 11:01 AM, Anastasia Lubennikova
<a(dot)lubennikova(at)postgrespro(dot)ru> wrote:
> What do you think about moving stuff from pg_upgrade/file.c to storage/file/
> to allow reuse of this code? I think it'll be really helpful for developers
> of contrib modules
> like backup managers.

Well, storage/file is backend and pg_upgrade is frontend. If you want
to reuse the same code for both it's got to go someplace else.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2016-09-15 15:36:42 Re: Comment typo in execIndexing.c
Previous Message Robert Haas 2016-09-15 15:28:44 Re: Surprising behaviour of \set AUTOCOMMIT ON