Re: extra semicolon in postgres_fdw test cases
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: Suraj Kharage <suraj.kharage@enterprisedb.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2021-03-31T03:38:25Z
Lists: pgsql-hackers
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. > Thanks for identifying this, the changes look fine to me. Regards, Vignesh
Commits
-
Remove extra semicolon in postgres_fdw tests.
- 13cb5bd84657 14.0 landed