Remove a unnecessary backslash in CopyFrom

From: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Remove a unnecessary backslash in CopyFrom
Date: 2024-11-12 02:46:09
Message-ID: 20241112114609.4175a2e175282edd1463dbc6@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I found a unnecessary backslash in CopyFrom().

if (cstate->opts.reject_limit > 0 && \
cstate->num_errors > cstate->opts.reject_limit)

It can be removed because this is not in a macro.
I've attached a patch.

Regards,
Yugo Nagata

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

Attachment Content-Type Size
remove_a_unnecessary_backslash.patch text/x-diff 553 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tender Wang 2024-11-12 02:58:50 Re: Remove a unnecessary backslash in CopyFrom
Previous Message Peter Smith 2024-11-12 01:39:34 Re: Skip collecting decoded changes of already-aborted transactions