Re: Fix typo with logical connector (src/backend/commands/vacuumparallel.c)
Ranier Vilela <ranier.vf@gmail.com>
From: Ranier Vilela <ranier.vf@gmail.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2022-08-22T11:19:22Z
Lists: pgsql-hackers
Em seg., 22 de ago. de 2022 às 01:42, Amit Kapila <amit.kapila16@gmail.com> escreveu: > 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! > Thank you. regards, Ranier Vilela
Commits
-
Use logical operator && instead of & in vacuumparallel.c.
- 838f798f172d 16.0 landed
- 254d79f0b23d 15.0 landed