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 20191218015337.GC1836@paquier.xyz
Whole thread Raw
In response to Re: RFC: split OBJS lines to one object per line  (Mahendra Singh <mahi6run@gmail.com>)
Responses Re: RFC: split OBJS lines to one object per line  (Mahendra Singh <mahi6run@gmail.com>)
List pgsql-hackers
On Tue, Dec 17, 2019 at 11:40:17PM +0530, Mahendra Singh wrote:
> I found some inconsistency in alphabetical order in
> src/backend/tsearch/Makefile, src/backend/utils/Makefile and
> src/pl/plpython/Makefile files.  Attached patch is fixing those order
> related inconsistency.

Thanks, committed.  The one-liner style is also used in ifaddrs, but
fmgrtab.c is generated so I have left that out.  Now, have you tried
to compile plpython before sending this patch?  Because as you forgot
to add one backslash after WIN32RES, compilation was failing there.
And you also forgot to remove two backslashes at the end of the other
two lists modified :)
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCH] Tiny optimization.
Next
From: Michael Paquier
Date:
Subject: Re: [PATCH] Improve documentation of REINDEX options