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

From: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
To: Gurjeet Singh <gurjeet(at)singh(dot)im>
Cc: Richard Guo <guofenglinux(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c)
Date: 2023-06-13 11:21:20
Message-ID: CAEudQAoqYj0k6XQTMWhQ+GbYpXhmV12vGsYTW+cUvzir79xOcg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Em ter., 13 de jun. de 2023 às 02:51, Gurjeet Singh <gurjeet(at)singh(dot)im>
escreveu:

> Please see attached v2 of the patch; it includes both occurrences of
> the spurious checks identified in this thread.
>
+1
LGTM.

regards,
Ranier Vilela

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2023-06-13 11:25:53 Re: extended statistics n-distinct on multiple columns not used when join two tables
Previous Message Morris de Oryx 2023-06-13 11:16:31 Re: [BUG] pg_dump does not properly deal with BEGIN ATOMIC function