Remove unused variable from SharedSort

From: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Remove unused variable from SharedSort
Date: 2020-11-12 11:58:55
Message-ID: CAFiTN-vJg0Q2XdYFpqMrTt2GPXYpYw9HiTsppxbQMei6-w0uXg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

While going through the code I noticed that the nTapes member in
SharedSort is unused. This is just initialized with nworkers but
never used. The attached patch removes this variable.

--
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com

Attachment Content-Type Size
v1-0001-Remove-unused-structure-member-from-Sharedsort.patch application/octet-stream 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Konstantin Knizhnik 2020-11-12 12:37:42 Re: Implementing Incremental View Maintenance
Previous Message Tatsuo Ishii 2020-11-12 11:53:55 Re: Implementing Incremental View Maintenance