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

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