Re: RFC: split OBJS lines to one object per line - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: RFC: split OBJS lines to one object per line
Date
Msg-id 20191030074045.GC20808@paquier.xyz
Whole thread Raw
In response to Re: RFC: split OBJS lines to one object per line  (Andres Freund <andres@anarazel.de>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: RFC: split OBJS lines to one object per line
Next
From: btkimurayuzk
Date:
Subject: Add SQL function to show total block numbers in the relation