Thread
Commits
-
Fix error message.
- 3725c8ce4b29 9.5.23 landed
- 47adb24882b2 9.6.19 landed
- fac4145bf43a 10.14 landed
- 028f0c3a86d0 11.9 landed
- 8bf4e69a7f7b 12.4 landed
- 6b366190d54a 13.0 landed
- 42dee8b8e362 14.0 landed
-
Fix buffile.c error handling.
- 7897e3bb902c 14.0 cited
-
[PATCH] keep the message consistent in buffile.c
Lu, Chenyang <lucy.fnst@cn.fujitsu.com> — 2020-07-23T03:23:47Z
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
-
Re: [PATCH] keep the message consistent in buffile.c
Thomas Munro <thomas.munro@gmail.com> — 2020-07-23T03:27:10Z
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.