handle a ECPG_bytea typo - Mailing list pgsql-hackers

From Wang, Shenhao
Subject handle a ECPG_bytea typo
Date
Msg-id 07ac7dee1efc44f99d7f53a074420177@G08CNEXMBPEKD06.g08.fujitsu.local
Whole thread Raw
Responses Re: handle a ECPG_bytea typo  (vignesh C <vignesh21@gmail.com>)
List pgsql-hackers
Hi, hackers

The source looks like:

    case ECPGt_bytea:
    {
        struct ECPGgeneric_varchar *variable =
        (struct ECPGgeneric_varchar *) (var->value);

        ......
    }

I think the developer intend to use struct ECPGgeneric_bytea instead of struct ECPGgeneric_varchar

Is this thoughts right?

I have wrote a patch to fix this typo




Attachment

pgsql-hackers by date:

Previous
From: Ajin Cherian
Date:
Subject: Re: logical replication empty transactions
Next
From: Ajin Cherian
Date:
Subject: Re: logical replication empty transactions