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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Geoghegan <pg(at)bowt(dot)ie>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: RFC: split OBJS lines to one object per line
Date: 2019-10-30 07:40:45
Message-ID: 20191030074045.GC20808@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message btkimurayuzk 2019-10-30 07:48:00 Add SQL function to show total block numbers in the relation
Previous Message Tom Lane 2019-10-30 06:56:14 Re: RFC: split OBJS lines to one object per line