OSDN Git Service

Marginal hacks to move some processing out of the per-client-message
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 12 Aug 2003 18:52:38 +0000 (18:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 12 Aug 2003 18:52:38 +0000 (18:52 +0000)
commitb6e5823eda7d238c6a7565f4de0241f5967b5b3e
tree3d9142cf6c8471fab3830f849c47523ca0e1a629
parentfcb90fdc95c690a88727a79e9feb687fa6d6c3b9
Marginal hacks to move some processing out of the per-client-message
processing loop; avoids extra overhead when using parse/bind/execute
messages instead of single Query message.
src/backend/tcop/postgres.c