Re: extra semicolon in postgres_fdw test cases
Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
From: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
To: Suraj Kharage <suraj.kharage@enterprisedb.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2021-03-30T11:19:49Z
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. +1 for the change. It looks like a typo and can be backported. With Regards, Bharath Rupireddy. EnterpriseDB: http://www.enterprisedb.com
Commits
-
Remove extra semicolon in postgres_fdw tests.
- 13cb5bd84657 14.0 landed