Commit da2aeba
committed
Remove useless initializations
The struct is already initialized to all zeros right before this, and
randomly initializing a few but not all fields to zero again has no
technical or educational value.
Reviewed-by: Tomasz Rybak <tomasz.rybak@post.pl>
Discussion: https://www.postgresql.org/message-id/flat/a368248e-69e4-40be-9c07-6c3b5880b0a6@eisentraut.org1 parent da486d3 commit da2aebaCopy full SHA for da2aeba
File tree
Expand file treeCollapse file tree
1 file changed
+0
-2
lines changedOpen diff view settings
Filter options
- src/backend/utils/cache
Expand file treeCollapse file tree
1 file changed
+0
-2
lines changedOpen diff view settings
Collapse file
src/backend/utils/cache/relcache.c
Copy file name to clipboardExpand all lines: src/backend/utils/cache/relcache.c-2Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
536 | 536 | |
537 | 537 | |
538 | 538 | |
539 | | - |
540 | | - |
541 | 539 | |
542 | 540 | |
543 | 541 | |
|
0 commit comments