OSDN Git Service

Avoid unnecessary copying of parameter values in BIND. This allows
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 12 May 2003 16:48:17 +0000 (16:48 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 12 May 2003 16:48:17 +0000 (16:48 +0000)
commitb02832719ce9926fe5a1c9b7e03cebf3dbf6a653
treee35756bc1dd992039d661f43dd2421b036042ff1
parentd97c9b366273a49f0469184df9dfb3a312b2f3ff
Avoid unnecessary copying of parameter values in BIND.  This allows
efficient insertion of large bytea values through the BIND interface.
src/backend/tcop/postgres.c