[PATCH] ecpg: check return value of replace_variables() - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject [PATCH] ecpg: check return value of replace_variables()
Date
Msg-id CAJ7c6TNPrU8ZxgdfN3PyGY1tzo0bgszx+KkqW0Z7zt3heyC1GQ@mail.gmail.com
Whole thread Raw
List pgsql-hackers
Hi,

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.

-- 
Best regards,
Aleksander Alekseev

Attachment

pgsql-hackers by date:

Previous
From: Viktor Holmberg
Date:
Subject: Re: Allow ON CONFLICT DO UPDATE to return EXCLUDED values
Next
From: Álvaro Herrera
Date:
Subject: Re: Adding REPACK [concurrently]