param 'txn' not used in function maybe_send_schema()

From: "houzj(dot)fnst(at)fujitsu(dot)com" <houzj(dot)fnst(at)fujitsu(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: param 'txn' not used in function maybe_send_schema()
Date: 2021-07-30 13:27:23
Message-ID: OS0PR01MB5716146E43928FB92D45D29794EC9@OS0PR01MB5716.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

When reviewing logicalreplication related patches, I noticed the function
param ReorderBufferTXN *txn not used in the function maybe_send_schema(). Since
this is not an external function, I think it might be better to remove the unused paramater.

Best regards,
Houzj

Attachment Content-Type Size
0001-remove-unused-paramter-in-maybe_send_schema.patch application/octet-stream 1.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2021-07-30 14:16:44 Re: Background writer and checkpointer in crash recovery
Previous Message houzj.fnst@fujitsu.com 2021-07-30 13:23:40 RE: Parallel Inserts (WAS: [bug?] Missed parallel safety checks..)