diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-03-17 03:45:36 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-03-17 03:45:36 +0000 |
commit | 0c5962c054557e9a0765dec97f5ed67568ba6df9 (patch) | |
tree | 7f92a17872c8af8f58cfd619e8c17752bd42fa84 /src/backend/access/gist/gistutil.c | |
parent | 32846f815265b134b6ec2d20f16bf2d0c9e6f931 (diff) | |
download | postgresql-0c5962c054557e9a0765dec97f5ed67568ba6df9.tar.gz postgresql-0c5962c054557e9a0765dec97f5ed67568ba6df9.zip |
Grab some low-hanging fruit in the new hash index build code.
oprofile shows that a nontrivial amount of time is being spent in
repeated calls to index_getprocinfo, which really only needs to be
called once. So do that, and inline _hash_datum2hashkey to make it
work.
Diffstat (limited to 'src/backend/access/gist/gistutil.c')
0 files changed, 0 insertions, 0 deletions