Re: Remove unnecessary else branch

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Remove unnecessary else branch
Дата
Msg-id 44cc9e52-eecc-a362-336c-fd2e684076de@iki.fi
обсуждение исходный текст
Ответ на Remove unnecessary else branch  (Li Japin <japinli@hotmail.com>)
Ответы Re: Remove unnecessary else branch  (Hamid Akhtar <hamid.akhtar@gmail.com>)
Список pgsql-hackers
On 13/10/2020 16:30, Li Japin wrote:
> Hi,
> 
> I found in guc-file.l we can omit the else branch in AbsoluteConfigLocation().

It will compile the same, so it's just a matter of code readability or 
taste which style is better here. I think we should leave it alone, it's 
fine as it is.

- Heikki



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Li Japin
Дата:
Сообщение: Remove unnecessary else branch
Следующее
От: Hamid Akhtar
Дата:
Сообщение: Re: Remove unnecessary else branch