Unused argument from execute_sql_string()

From: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Unused argument from execute_sql_string()
Date: 2018-09-07 09:05:04
Message-ID: 20180907180504.1ff19e1675bb44a67e9c7ab1@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I found that a argument "filename" is not used in execute_sql_string()
although the comment says "filename is used only to report errors.",
so I think we can remove this argument as done in the patch I attached.

Regards,
--
Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>

Attachment Content-Type Size
execute_sql_string.patch text/x-diff 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2018-09-07 09:45:20 Re: Use C99 designated initializers for some structs
Previous Message David Rowley 2018-09-07 07:29:41 Small performance tweak to run-time partition pruning