[PATCH] ecpg: check return value of replace_variables()
Aleksander Alekseev <aleksander@tigerdata.com>
From: Aleksander Alekseev <aleksander@tigerdata.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-10-07T14:04:29Z
Lists: pgsql-hackers
Attachments
- v1-0001-ecpg-check-return-value-of-replace_variables.patch (text/x-patch) patch v1-0001
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
Commits
-
ecpg: check return value of replace_variables()
- 0d8216395800 19 (unreleased) landed