[PATCHES] PQunescapeBytea tweak

2003-10-30 Thread Adam Kavan
This patch converts PQunescapeBytea from using arrays to the text string and to the output binary string to using pointers. This makes it much faster than the older version for large Bytea's. --- Adam Kavan --- [EMAIL PROTECTED] fe-exec.patch Description: Binary

Re: [PATCHES] PQunescapeBytea tweak

2003-10-31 Thread Adam Kavan
subscripted pointers. Whoops, my code was linking against an old 7.3.x version of libpq, the speed is the same compared to 7.4. --- Adam Kavan --- [EMAIL PROTECTED] ---(end of broadcast)--- TIP 8: explain analyze is your friend