diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-12-16 16:22:46 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-12-16 16:22:46 +0000 |
commit | 88177f77b17ef478da1dbca9acb5e3a61b346613 (patch) | |
tree | 6aca48712e12bbdd7a7bab849dcaac3f25684e32 /src/backend/commands/tablecmds.c | |
parent | e64c7feb2fd80c89d2220cbe9e026a031f34509c (diff) | |
download | postgresql-88177f77b17ef478da1dbca9acb5e3a61b346613.tar.gz postgresql-88177f77b17ef478da1dbca9acb5e3a61b346613.zip |
Code review for palloc0 patch --- avoid dangerous and unnecessary
practice of evaluating MemSet's arguments multiple times, except for
the special case of newNode(), where we can assume the argument is
a constant sizeof() operator.
Also, add GetMemoryChunkContext() to mcxt.c's API, in preparation for
fixing recent GEQO breakage.
Diffstat (limited to 'src/backend/commands/tablecmds.c')
0 files changed, 0 insertions, 0 deletions