Ignore close statement/portal request if they do not exist.
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 30 Oct 2015 06:08:42 +0000 (15:08 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 30 Oct 2015 06:12:45 +0000 (15:12 +0900)
commit2ce2046a433ef5430a794fd77ebeef15a383d987
tree6482fbd0e02db5522a3b9f6d3977ed546fd5f138
parentca8456d61f7c20c9f68accef851030ec092dfc27
Ignore close statement/portal request if they do not exist.

In this case just returns a close complete message to client.
This is a back port of commit:

1a37e1c35bd8b6f10f524693bbcb7b51f73b4bf0

which should have been back ported earlier.
pool_proto_modules.c