Re: Fix typo with logical connector (src/backend/commands/vacuumparallel.c) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Fix typo with logical connector (src/backend/commands/vacuumparallel.c)
Date
Msg-id 3576535.1660970081@sss.pgh.pa.us
Whole thread Raw
In response to Re: Fix typo with logical connector (src/backend/commands/vacuumparallel.c)  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: Fix typo with logical connector (src/backend/commands/vacuumparallel.c)
List 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 by date:

Previous
From: "Euler Taveira"
Date:
Subject: Re: including pid's for `There are XX other sessions using the database`
Next
From: Peter Eisentraut
Date:
Subject: Re: [RFC] building postgres with meson - v11