diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-05-06 00:19:14 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-05-06 00:19:14 +0000 |
commit | fba2a104c6d6888013f4c27c0a7a67960b6c9b74 (patch) | |
tree | f98d2c1ddd904cd32b3d8012d646736943c6fc9e /src/backend/executor/nodeSetOp.c | |
parent | 6f1ca7e457dc1db243b222214a3fe79cc38a940d (diff) | |
download | postgresql-fba2a104c6d6888013f4c27c0a7a67960b6c9b74.tar.gz postgresql-fba2a104c6d6888013f4c27c0a7a67960b6c9b74.zip |
Marginal performance improvements in dynahash: make sure that everything
associated with a hashtable is allocated in that hashtable's private
context, so that hash_destroy only has to destroy the context and not
do any retail pfree's; and tighten the inner loop of hash_seq_search.
Diffstat (limited to 'src/backend/executor/nodeSetOp.c')
0 files changed, 0 insertions, 0 deletions