Re: First-draft release notes for back branches are up

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: First-draft release notes for back branches are up
Date: 2019-05-04 01:07:01
Message-ID: CA+hUKGL28CnSC5_0m_0t9MCogUDgwnC6AgbnmfnkNMEfd7kDJg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, May 4, 2019 at 10:29 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=8b3bce2017b15e05f000c3c5947653a3e2c5a29f
>
> Please send any corrections by Sunday.

+ Tolerate <literal>EINVAL</literal> and <literal>ENOSYS</literal>
+ error results, where appropriate, for fsync calls (Thomas Munro,
+ James Sewell)

Nit-picking: ENOSYS is for sync_file_range, EINVAL is for fsync.

--
Thomas Munro
https://enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2019-05-04 01:29:43 Re: First-draft release notes for back branches are up
Previous Message Andres Freund 2019-05-04 00:45:16 Re: improving wraparound behavior