Thread
-
Unused parameter in vacuum.c
花田 茂 <hanada@metrosystems.co.jp> — 2010-11-18T06:12:32Z
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
-
Re: Unused parameter in vacuum.c
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> — 2010-11-18T08:05:55Z
On 18.11.2010 08:12, Shigeru HANADA wrote: > 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. Thanks, applied. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com