pgsql: Fix thinko in new ECPG "PREPARE AS" code. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix thinko in new ECPG "PREPARE AS" code.
Date
Msg-id E1hUtna-0001qV-ST@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix thinko in new ECPG "PREPARE AS" code.

ecpg_register_prepared_stmt() is pretty obviously checking the wrong
variable while trying to detect malloc failure.  Error in commit
a1dc6ab46, spotted by Coverity.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/331695a4d9ca40864240aca721dc588a206ff395

Modified Files
--------------
src/interfaces/ecpg/ecpglib/prepare.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix typos.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix more thinkos in new ECPG "PREPARE AS" code.