Thread

Commits

  1. Fix error message.

  2. Fix buffile.c error handling.

  1. [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
    
    
    
    
  2. 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.