Re: refactor the CopyOneRowTo

From: Ilia Evdokimov <ilya(dot)evdokimov(at)tantorlabs(dot)com>
To: jian he <jian(dot)universality(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: refactor the CopyOneRowTo
Date: 2024-07-31 13:02:37
Message-ID: 9a73bde9-f273-4266-9aab-6baf74217923@tantorlabs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, hackers

I'm sure this refactoring is useful because it's more readable when
datum value is binary or not.

However, I can see a little improvement. We can declare variable 'bytea
*outputbytes' in 'else' because variable is used nowhere except this place.

Regards,

Ilia Evdokimov,

Tantor Labs LLC.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2024-07-31 13:14:37 Re: can we mark upper/lower/textlike functions leakproof?
Previous Message Ajin Cherian 2024-07-31 11:24:06 Re: Conflict Detection and Resolution