Re: [PATCH] keep the message consistent in buffile.c

Thomas Munro <thomas.munro@gmail.com>

From: Thomas Munro <thomas.munro@gmail.com>
To: "Lu, Chenyang" <lucy.fnst@cn.fujitsu.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2020-07-23T03:27:10Z
Lists: pgsql-hackers
On Thu, Jul 23, 2020 at 3:24 PM Lu, Chenyang <lucy.fnst@cn.fujitsu.com> wrote:
> When I analyze this commit:
>
> https://github.com/postgres/postgres/commit/7897e3bb902c557412645b82120f4d95f7474906
>
> I noticed that the message was not consistent with the previous one in ‘src/backend/storage/file/buffile.c’
>
> To keep the message consistent, I made the patch.

Thanks.  I will push this later today.



Commits

  1. Fix error message.

  2. Fix buffile.c error handling.