CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       03/12/29 20:03:03

Modified files:
        src/backend/storage/ipc: shmem.c 

Log message:
        ShmemInitHash forgot to specify HASH_ALLOC flag bit in its hash_create
        call.  You'd think this would cause some problems, but because of the
        way hash_create is coded, the only side-effect was creation of a useless
        memory context for the hashtable.


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

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

Reply via email to