Remove unused argument from ApplyLogicalMappingFile()
Yugo Nagata <nagata@sraoss.co.jp>
From: Yugo Nagata <nagata@sraoss.co.jp>
To: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2026-01-28T03:00:56Z
Lists: pgsql-hackers
Attachments
- Remove_unnecessary_arg_of_ApplyLogicalMappingFile.patch (text/x-diff) patch
Hi, I noticed that ApplyLogicalMappingFile() has an unused argument. If there is no specific reason for keeping it, I think it could be removed. I have attached a small patch that removes this argument. Regards, Yugo Nagata -- Yugo Nagata <nagata@sraoss.co.jp>
Commits
-
Remove unused argument from ApplyLogicalMappingFile().
- bb26a81ee28c 19 (unreleased) landed