Re: Small miscellaneus fixes (Part II)

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Small miscellaneus fixes (Part II)
Дата
Msg-id Y6KxcWncqvOLj/CB@paquier.xyz
обсуждение исходный текст
Ответ на Re: Small miscellaneus fixes (Part II)  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы Re: Small miscellaneus fixes (Part II)  (Ranier Vilela <ranier.vf@gmail.com>)
Список pgsql-hackers
On Tue, Dec 20, 2022 at 06:51:34PM -0600, Justin Pryzby wrote:
> On Fri, Nov 25, 2022 at 06:27:04PM -0300, Ranier Vilela wrote:
> > 5. Use boolean operator with boolean operands
> > (b/src/backend/commands/tablecmds.c)
>
> tablecmds.c: right.  Since 074c5cfbf

Most of this does not seem to be really worth poking at.

    newcons = AddRelationNewConstraints(rel, NIL,
                                        list_make1(copyObject(constr)),
-                                       recursing | is_readd,   /* allow_merge */
+                                       recursing || is_readd,  /* allow_merge */
There is no damage here, but that looks like a typo so no objections
on this one.
--
Michael

Вложения

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

Предыдущее
От: "Hayato Kuroda (Fujitsu)"
Дата:
Сообщение: RE: Force streaming every change in logical decoding
Следующее
От: shveta malik
Дата:
Сообщение: Re: Force streaming every change in logical decoding