]> granicus.if.org Git - postgresql/commit
Repair remarkably-inefficient query for dumping large object comments: it
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 Jun 2006 19:46:09 +0000 (19:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 Jun 2006 19:46:09 +0000 (19:46 +0000)
commitb773987fc2609a9db6be864a2c71969f2cb3f511
tree6a50d3e0c0f9727cde30491aa91eacf128d82b4c
parent5de0cbdf0cfbd78b4b4d91f9e8c68e3e75f59f99
Repair remarkably-inefficient query for dumping large object comments: it
was invoking obj_description() for each large object chunk, instead of once
per large object.  This code is new as of 8.1, which may explain why the
problem hadn't been noticed already.
src/bin/pg_dump/pg_dump.c