Thread: pgsql: Fix memory leak when deallocating prepared statement in postgres

pgsql: Fix memory leak when deallocating prepared statement in postgres

From
Michael Paquier
Date:
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(+)