Remove a unused argument from qual_is_pushdown_safe

From: Yugo NAGATA <nagata(at)sraoss(dot)co(dot)jp>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Remove a unused argument from qual_is_pushdown_safe
Date: 2022-11-25 06:27:02
Message-ID: 20221125152702.d6c725791777be378f923a28@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

I found that qual_is_pushdown_safe() has an argument "subquery"
that is not used in the function. This argument has not been
referred to since the commit 964c0d0f80e485dd3a4073e073ddfd9bfdda90b2.

I think we can remove this if there is no special reason.

Regards,
Yugo Nagata

--
Yugo NAGATA <nagata(at)sraoss(dot)co(dot)jp>

Attachment Content-Type Size
remove_unused_arg_from_qual_is_pushdown_safe.patch text/x-diff 1.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2022-11-25 06:40:20 Re: [BUG] FailedAssertion in SnapBuildPurgeOlderTxn
Previous Message vignesh C 2022-11-25 06:17:59 Re: Support logical replication of DDLs