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

[PATCH] keep the message consistent in buffile.c

From
"Lu, Chenyang"
Date:

Hi,hackers

 

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.

 

See the attachment for the patch.

 

Best regards

 

Attachment

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

From
Thomas Munro
Date:
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.