Re: pgsql: pg_upgrade: simplify code layout in a few places

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: pg_upgrade: simplify code layout in a few places
Дата
Msg-id 20249.1515202786@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: pg_upgrade: simplify code layout in a few places  (Andres Freund <andres@anarazel.de>)
Ответы Re: pgsql: pg_upgrade: simplify code layout in a few places
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2018-01-05 18:57:55 -0500, Bruce Momjian wrote:
>> On Fri, Jan  5, 2018 at 03:51:15PM -0800, Andres Freund wrote:
>>> Also, leaving translatability aside, why was *any* of this backpatched?

>> Tom has preferred that I backpatch all safe patches so we keep that code
>> consistent so we can backpatch other things more easily.

> I've a hard time believing this. Tom?

I've been known to back-patch stuff just to keep branches consistent,
but it's always a judgement call.  In this case I wouldn't have done it
(even if the patch were a good idea in HEAD) because it would cause
churn in translatable messages in the back branches.  Also, the case
for cosmetic back-patching is only strong when a particular file is
already pretty similar across all branches, and I'm not sure that
holds for pg_upgrade.

            regards, tom lane


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

Предыдущее
От: Ryan Murphy
Дата:
Сообщение: Re: January CommitFest is underway!
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: pg_upgrade: simplify code layout in a few places