pgsql: Fix memory leak when deallocating prepared statement in postgres - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix memory leak when deallocating prepared statement in postgres
Date
Msg-id E1l4Ksb-00038c-PJ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix memory leak when deallocating prepared statement in postgres_fdw

The leak is minor, so no backpatch is done.  Oversight in 21734d2.

Reported-by: Tom Lane

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7b4c660466dd8a1d25ca316ac02099a7cf0e5896

Modified Files
--------------
contrib/postgres_fdw/postgres_fdw.c | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: postgres_fdw: Fix test failure with -DENFORCE_REGRESSION_TEST_NA
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Improve performance of repeated CALLs within plpgsql procedures.