postgresql/src/include/tcop
Heikki Linnakangas fd01983594 Remove dead code and fix comments in fast-path function handling.
HandleFunctionRequest() is no longer responsible for reading the protocol
message from the client, since commit 2b3a8b20c2. Fix the outdated
comments.

HandleFunctionRequest() now always returns 0, because the code that used
to return EOF was moved in 2b3a8b20c2. Therefore, the caller no longer
needs to check the return value.

Reported by Andres Freund. Backpatch to all supported versions, even though
this doesn't have any user-visible effect, to make backporting future
patches in this area easier.

Discussion: https://www.postgresql.org/message-id/20170405010525.rt5azbya5fkbhvrx@alap3.anarazel.de
2017-04-06 09:09:39 +03:00
..
deparse_utility.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
dest.h Add a new DestReceiver for printing tuples without catalog access. 2017-01-24 16:53:56 -05:00
fastpath.h Remove dead code and fix comments in fast-path function handling. 2017-04-06 09:09:39 +03:00
pquery.h Allow for parallel execution whenever ExecutorRun() is done only once. 2017-03-23 13:14:36 -04:00
tcopprot.h Add infrastructure to support EphemeralNamedRelation references. 2017-03-31 23:17:18 -05:00
utility.h Add infrastructure to support EphemeralNamedRelation references. 2017-03-31 23:17:18 -05:00