Re: [PATCH] ecpg: check return value of replace_variables()

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] ecpg: check return value of replace_variables()
Date: 2025-10-10 07:48:40
Message-ID: 30BE981D-AACB-42F5-AA88-55099E1F3773@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 7 Oct 2025, at 16:04, Aleksander Alekseev <aleksander(at)tigerdata(dot)com> wrote:

> Currently in src/interfaces/ecpg/ecpglib/prepare.c we don't check the
> return value of replace_variables(). The proposed patch fixes this.
> The rest of the code looks OK to me.

Seems reasonable on a first glance, I'll pick it up.

--
Daniel Gustafsson

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hayato Kuroda (Fujitsu) 2025-10-10 07:49:49 RE: [PATCH TEST] Fix logical replication setup in subscription test `t/009_matviews.pl`
Previous Message Srinath Reddy Sadipiralla 2025-10-10 07:44:59 Re: Making pg_rewind faster