Re: make update-po@master stops at pg_upgrade

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: make update-po@master stops at pg_upgrade
Дата
Msg-id 2364035.1657731636@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: make update-po@master stops at pg_upgrade  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: make update-po@master stops at pg_upgrade  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
I wrote:
> Kyotaro Horiguchi <horikyota.ntt@gmail.com> writes:
>> Since backend does that way, I think we can do that the same way
>> also for the tools. Attached second does that except for tools that
>> have only one *.c.  The patch doesn't make a difference in the result
>> of make update-po.

> Still, wildcarding the local *.c references seems like a clear step
> forward.  I'll go push that part.

I had to recreate the patch almost from scratch, because 88dad06b4
touched adjacent lines in most of these files, scaring patch(1)
away from applying the changes.  That being the case, I decided
to use $(wildcard *.c) everywhere, including the places where there's
currently just one *.c file.  It seems to work for me, but please check.

            regards, tom lane



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: standby recovery fails (tablespace related) (tentative patch and discussion)
Следующее
От: Nathan Bossart
Дата:
Сообщение: optimize lookups in snapshot [sub]xip arrays