Re: RFC: split OBJS lines to one object per line

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: RFC: split OBJS lines to one object per line
Дата
Msg-id 20191030074045.GC20808@paquier.xyz
обсуждение исходный текст
Ответ на Re: RFC: split OBJS lines to one object per line  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Tue, Oct 29, 2019 at 11:32:09PM -0700, Andres Freund wrote:
> Cool. Any opinion on whether to got for
>
> OBJS = \
>     dest.o \
>     fastpath.o \
> ...
>
> or
>
> OBJS = dest.o \
>     fastpath.o \
> ...
>
> I'm mildly inclined to go for the former.

FWIW, I am more used to the latter, but the former is also fine by
me.
--
Michael

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: RFC: split OBJS lines to one object per line
Следующее
От: btkimurayuzk
Дата:
Сообщение: Add SQL function to show total block numbers in the relation