Re: extra semicolon in postgres_fdw test cases
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Cc: Suraj Kharage <suraj.kharage@enterprisedb.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2021-03-30T11:30:53Z
Lists: pgsql-hackers
On Tue, Mar 30, 2021 at 4:50 PM Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com> wrote: > > On Tue, Mar 30, 2021 at 3:21 PM Suraj Kharage > <suraj.kharage@enterprisedb.com> wrote: > > > > Hi, > > > > Noticed that an extra semicolon in a couple of test cases related to postgres_fdw. Removed that in the attached patch. It can be backported till v11 where we added those test cases. > > +1 for the change. It looks like a typo and can be backported. > Looks good to me as well but I think one can choose not to backpatch as there is no functional impact but OTOH, there is some value in keeping tests/code consistent. -- With Regards, Amit Kapila.
Commits
-
Remove extra semicolon in postgres_fdw tests.
- 13cb5bd84657 14.0 landed