Re: Unused variable in TAP tests file
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Amul Sul <sulamul@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-09-03T07:03:36Z
Lists: pgsql-hackers
On Fri, Sep 03, 2021 at 10:53:19AM +0530, Amul Sul wrote: > Few tap test files have the "tempdir_short" variable which isn't in > use. The attached patch removes the same Indeed. Let's clean up that. Thanks! -- Michael
Commits
-
Remove some unused variables in TAP tests
- 5fcb23c18fe4 15.0 landed