Re: [PATCH] Tiny optimization.

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [PATCH] Tiny optimization.
Дата
Msg-id 20191218013733.GG30116@momjian.us
обсуждение исходный текст
Ответ на Re: [PATCH] Tiny optimization.  (Andreas Karlsson <andreas@proxel.se>)
Список 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 по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: [HACKERS] [WIP] Effective storage of duplicates in B-tree index.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: RFC: split OBJS lines to one object per line