[PATCH] keep the message consistent in buffile.c
Started by Lu, Chenyangover 5 years ago2 messageshackers
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
Attachments:
buffile.patchapplication/octet-stream; name=buffile.patchDownload+1-1
Re: [PATCH] keep the message consistent in buffile.c
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.