| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | Justin Pryzby <pryzby(at)telsasoft(dot)com> |
| Cc: | Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Small miscellaneus fixes (Part II) |
| Date: | 2022-12-21 07:10:41 |
| Message-ID: | Y6KxcWncqvOLj/CB@paquier.xyz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | shveta malik | 2022-12-21 07:19:08 | Re: Force streaming every change in logical decoding |
| Previous Message | Hayato Kuroda (Fujitsu) | 2022-12-21 05:55:41 | RE: Force streaming every change in logical decoding |