Unused parameter in vacuum.c
花田 茂 <hanada@metrosystems.co.jp>
From: Shigeru HANADA <hanada@metrosystems.co.jp>
To: pgsql-hackers@postgresql.org
Date: 2010-11-18T06:12:32Z
Lists: pgsql-hackers
Attachments
- remove_unused_parameter.patch (application/octet-stream) patch
Hi, When I was reading vacuum.c, I found that the parameter 'stmttype' of get_rel_oids() is not used at all. The parameter had been used as command tag in the notice message about "invalid object type", but now such messages are reported by other functions. Please find attached remove-unused-parameter patch. Regards, -- Shigeru Hanada