]> granicus.if.org Git - postgresql/commit
Make LocalRefCount and PrivateRefCount arrays of int32, rather than long.
authorNeil Conway <neilc@samurai.com>
Thu, 22 Apr 2004 07:21:55 +0000 (07:21 +0000)
committerNeil Conway <neilc@samurai.com>
Thu, 22 Apr 2004 07:21:55 +0000 (07:21 +0000)
commit139abc2896eb95b4a103d217ad99d0f6df2c2ce6
tree0743c31183350ebf402c455267543d1e0aa85983
parent2ff4e440432b007cf8132d04f17bc3631e92822e
Make LocalRefCount and PrivateRefCount arrays of int32, rather than long.
This saves a small amount of per-backend memory for LP64 machines.
src/backend/storage/buffer/buf_init.c
src/backend/storage/buffer/bufmgr.c
src/backend/storage/buffer/localbuf.c
src/include/storage/bufmgr.h