git.postgresql.org Git - postgresql.git/commit
2010年1月31日 18:15:39 +0000 (18:15 +0000)
2010年1月31日 18:15:39 +0000 (18:15 +0000)
commit 034fffbf31be42c789f4a5fbe2edb62e4b07fa9c
Fix memory leak created by deferrable-index-constraints patches.
We need to free the OID list returned by ExecInsertIndexTuples to avoid
a query-lifespan memory leak. When many rows require rechecking, this
can be a significant leak --- it's even more than the space used for the
queued trigger events.
Dean Rasheed
This is the main PostgreSQL git repository.
RSS
Atom