postgresql/src/backend/access
Peter Eisentraut 258f48f858 Change some unnecessary MemSet calls
MemSet() with a value other than 0 just falls back to memset(), so the
indirection is unnecessary if the value is constant and not 0.  Since
there is some interest in getting rid of MemSet(), this gets some easy
cases out of the way.  (There are a few MemSet() calls that I didn't
change to maintain the consistency with their surrounding code.)

Discussion: https://www.postgresql.org/message-id/flat/CAEudQApCeq4JjW1BdnwU=m=-DvG5WyUik0Yfn3p6UNphiHjj+w@mail.gmail.com
2022-07-01 00:16:38 +02:00
..
brin Revert changes in HOT handling of BRIN indexes 2022-06-16 15:02:49 +02:00
common Add 'static' to file-local variables missing it. 2022-05-12 12:39:33 -07:00
gin Revert changes in HOT handling of BRIN indexes 2022-06-16 15:02:49 +02:00
gist Revert changes in HOT handling of BRIN indexes 2022-06-16 15:02:49 +02:00
hash Change some unnecessary MemSet calls 2022-07-01 00:16:38 +02:00
heap Revert changes in HOT handling of BRIN indexes 2022-06-16 15:02:49 +02:00
index Update copyright for 2022 2022-01-07 19:04:57 -05:00
nbtree Revert changes in HOT handling of BRIN indexes 2022-06-16 15:02:49 +02:00
rmgrdesc Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
spgist Revert changes in HOT handling of BRIN indexes 2022-06-16 15:02:49 +02:00
table Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
tablesample Update copyright for 2022 2022-01-07 19:04:57 -05:00
transam pgindent run prior to branching v15. 2022-06-30 11:03:03 -04:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00