Fix memory leak when deallocating prepared statement in postgres_fdw

Michael Paquier <michael@paquier.xyz>

Commit: 7b4c660466dd8a1d25ca316ac02099a7cf0e5896
Author: Michael Paquier <michael@paquier.xyz>
Date: 2021-01-26T09:43:01Z
Releases: 14.0
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

Files

PathChange+/−
contrib/postgres_fdw/postgres_fdw.c modified +1 −0