]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Split MemSet into three parts to constant comparisons can be optimized
authorBruce Momjian <bruce@momjian.us>
Wed, 13 Nov 2002 00:37:06 +0000 (00:37 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 13 Nov 2002 00:37:06 +0000 (00:37 +0000)
commitaaa3a0caa6c3e4dacd950e2dc3c1691222c50965
tree29a1db6d098446f3798ec89ae2cbedb5e6cfc4c4
parent266c3679f744b3efea534bd6f656ed1a6600a899
Split MemSet into three parts to constant comparisons can be optimized
away by the compiler;  used by palloc0.
src/backend/utils/mmgr/mcxt.c
src/include/c.h
src/include/utils/palloc.h