Re: [PATCH] Tiny optimization. - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [PATCH] Tiny optimization.
Date
Msg-id 20191218013733.GG30116@momjian.us
Whole thread Raw
In response to Re: [PATCH] Tiny optimization.  (Andreas Karlsson <andreas@proxel.se>)
List pgsql-hackers
On Sat, Nov 23, 2019 at 10:44:47AM +0100, Andreas Karlsson wrote:
> On 11/22/19 10:58 PM, Ranier Vilela wrote:
> > Remove redutant test.
> 
> Yeah, this test does look redundant since we already check for if parent is
> NULL earlier in the function. Any optimizing compiler should see this too,
> but it is still a good idea to remove it for code clarity.

Agreed, patch applied.

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: [HACKERS] [WIP] Effective storage of duplicates in B-tree index.
Next
From: Michael Paquier
Date:
Subject: Re: RFC: split OBJS lines to one object per line