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

From Mahendra Singh
Subject Re: RFC: split OBJS lines to one object per line
Date
Msg-id CAKYtNAqJmFuH1fANV5d0ybn1g8iMxonxHfz9gVZy13YCgtiVnQ@mail.gmail.com
Whole thread Raw
In response to Re: RFC: split OBJS lines to one object per line  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Wed, 18 Dec 2019 at 07:23, Michael Paquier <michael@paquier.xyz> wrote:
>
> 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

Thanks Michael for quick response.

> 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 :)

Sorry, I forgot to add backslashes. I will take care from next time.

Thanks and Regards
Mahendra Thalor
EnterpriseDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: empty column name in error message
Next
From: Amit Kapila
Date:
Subject: Re: segmentation fault when cassert enabled