Re: handle a ECPG_bytea typo

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: vignesh C <vignesh21(at)gmail(dot)com>
Cc: "Wang, Shenhao" <wangsh(dot)fnst(at)cn(dot)fujitsu(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: handle a ECPG_bytea typo
Date: 2020-07-27 01:31:28
Message-ID: 20200727013128.GA1988@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Jul 25, 2020 at 06:17:42PM +0900, Michael Paquier wrote:
> ECPGset_noind_null() and ECPGis_noind_null() in misc.c show that
> ECPGgeneric_bytea is attached to ECPGt_bytea. The two structures may
> be the same now, but if a bug fix or a code change involves a change
> in the structure definition we could run into problems. So let's fix
> and back-patch this change. I am not spotting other areas impacted,
> and I'll try to take care at the beginning of next week.

Okay, fixed as e971357. The issue came from 050710b, so this fix was
only needed in 12~.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2020-07-27 02:29:54 Re: [PATCH] Performance Improvement For Copy From Binary Files
Previous Message Dilip Kumar 2020-07-27 01:13:00 Re: Parallel bitmap index scan