Re: refactor the CopyOneRowTo - Mailing list pgsql-hackers

From Ilia Evdokimov
Subject Re: refactor the CopyOneRowTo
Date
Msg-id 9a73bde9-f273-4266-9aab-6baf74217923@tantorlabs.com
Whole thread Raw
In response to refactor the CopyOneRowTo  (jian he <jian.universality@gmail.com>)
List 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.




pgsql-hackers by date:

Previous
From: Ajin Cherian
Date:
Subject: Re: Conflict Detection and Resolution
Next
From: Joe Conway
Date:
Subject: Re: can we mark upper/lower/textlike functions leakproof?