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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: RFC: split OBJS lines to one object per line
Дата
Msg-id 20191218015337.GC1836@paquier.xyz
обсуждение исходный текст
Ответ на Re: RFC: split OBJS lines to one object per line  (Mahendra Singh <mahi6run@gmail.com>)
Ответы Re: RFC: split OBJS lines to one object per line  (Mahendra Singh <mahi6run@gmail.com>)
Список 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

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCH] Tiny optimization.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [PATCH] Improve documentation of REINDEX options