Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c)

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: ranier(dot)vf(at)gmail(dot)com
Cc: gurjeet(at)singh(dot)im, guofenglinux(at)gmail(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c)
Date: 2023-06-14 01:05:51
Message-ID: 20230614.100551.1518568145455620693.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At Wed, 14 Jun 2023 10:01:59 +0900 (JST), Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> wrote in
> If we decide to remove it, the preceding blank line seems to be a
> separator from the previous function call. So, we might want to

Mmm. that is a bit short. Anyway I meant that the blank will become
useless after removing the comment.

> consider removing that blank line, too.
>
> Otherwise it LGTM.

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2023-06-14 02:11:01 Re: Non-superuser subscription owners
Previous Message Michael Paquier 2023-06-14 01:03:24 Re: [PATCH] Using named captures in Catalog::ParseHeader()