Unused argument from execute_sql_string() - Mailing list pgsql-hackers

From Yugo Nagata
Subject Unused argument from execute_sql_string()
Date
Msg-id 20180907180504.1ff19e1675bb44a67e9c7ab1@sraoss.co.jp
Whole thread Raw
Responses Re: Unused argument from execute_sql_string()  (Tatsuo Ishii <ishii@sraoss.co.jp>)
List 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@sraoss.co.jp>

Attachment

pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Small performance tweak to run-time partition pruning
Next
From: Peter Eisentraut
Date:
Subject: Re: Use C99 designated initializers for some structs