Re: Fix typo with logical connector (src/backend/commands/vacuumparallel.c)
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Ranier Vilela <ranier.vf@gmail.com>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2022-08-22T04:41:55Z
Lists: pgsql-hackers
On Sat, Aug 20, 2022 at 10:04 AM Tom Lane <tgl@sss.pgh.pa.us> wrote: > > 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. > Okay, done that way. Thanks! -- With Regards, Amit Kapila.
Commits
-
Use logical operator && instead of & in vacuumparallel.c.
- 838f798f172d 16.0 landed
- 254d79f0b23d 15.0 landed