CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       03/12/30 16:05:05

Modified files:
        src/backend/executor: nodeIndexscan.c 

Log message:
        Avoid running out of memory during hash_create, by not passing a
        number-of-buckets that exceeds the size we actually plan to allow
        the hash table to grow to.  Per trouble report from Sean Shanny.


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to