Re: Fix typo with logical connector (src/backend/commands/vacuumparallel.c)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fix typo with logical connector (src/backend/commands/vacuumparallel.c)
Дата
Msg-id 3576535.1660970081@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Fix typo with logical connector (src/backend/commands/vacuumparallel.c)  (Amit Kapila <amit.kapila16@gmail.com>)
Ответы Re: Fix typo with logical connector (src/backend/commands/vacuumparallel.c)
Список pgsql-hackers
Amit Kapila <amit.kapila16@gmail.com> writes:
> Right, but as Tom pointed it is still better to change this. However,
> I am not sure if we should backpatch this to PG15 as this won't lead
> to any incorrect behavior.

If that code only exists in HEAD and v15 then I'd backpatch.
It's a very low-risk change and it might avoid merge problems
for future backpatches.

            regards, tom lane



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

Предыдущее
От: "Euler Taveira"
Дата:
Сообщение: Re: including pid's for `There are XX other sessions using the database`
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [RFC] building postgres with meson - v11