extra semicolon in postgres_fdw test cases
Suraj Kharage <suraj.kharage@enterprisedb.com>
From: Suraj Kharage <suraj.kharage@enterprisedb.com>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2021-03-30T09:51:24Z
Lists: pgsql-hackers
Attachments
- remove_extra_semicolon_postgres_fdw.patch (application/octet-stream) patch
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 & Regards, Suraj kharage, edbpostgres.com
Commits
-
Remove extra semicolon in postgres_fdw tests.
- 13cb5bd84657 14.0 landed