Performance improvement for libpq: avoid calling malloc separately

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fd0366e1b57df0bb0ad30140acf2c4225cae017b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1998-11-18T00:47:28Z
Releases: 7.1.1
Performance improvement for libpq: avoid calling malloc separately
for each field of each tuple.  Makes more difference than you'd think...

Files

PathChange+/−
src/interfaces/libpq/fe-exec.c modified +235 −100
src/interfaces/libpq/libpq-int.h modified +48 −16