Another SELECT speedup: extract OIDs of column print functions

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

Commit: 422221c90de5d65213e8e697ac0da77098ba22a9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-01-27T00:36:28Z
Releases: 7.1.1
Another SELECT speedup: extract OIDs of column print functions
only once per SELECT, not once per tuple.  10% here, 10% there,
pretty soon you're talking about real speedups ...

Files