Remove unused argument from ApplyLogicalMappingFile()

From: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Remove unused argument from ApplyLogicalMappingFile()
Date: 2026-01-28 03:00:56
Message-ID: 20260128120056.b2a3e8184712ab5a537879eb@sraoss.co.jp
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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(at)sraoss(dot)co(dot)jp>

Attachment Content-Type Size
Remove_unnecessary_arg_of_ApplyLogicalMappingFile.patch text/x-diff 872 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Euler Taveira 2026-01-28 03:01:39 Re: pg_waldump: support decoding of WAL inside tarfile
Previous Message Chao Li 2026-01-28 02:49:45 Re: tablecmds: fix bug where index rebuild loses replica identity on partitions