Unused parameter in vacuum.c

From: Shigeru HANADA <hanada(at)metrosystems(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Unused parameter in vacuum.c
Date: 2010-11-18 06:12:32
Message-ID: 20101118151231.40FE.6989961C@metrosystems.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
remove_unused_parameter.patch application/octet-stream 1.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-11-18 08:05:55 Re: Unused parameter in vacuum.c
Previous Message Pavel Stehule 2010-11-18 06:04:27 Re: final patch - plpgsql: for-in-array