Code simplification Initialize TriggerData to 0 for the whole struct together, instead of each field separately.
Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/8f152b6c50c764d4c300e73a535da88cd1b18fa5 Modified Files -------------- src/backend/commands/tablecmds.c | 4 +-- src/backend/commands/trigger.c | 78 ++++++---------------------------------- 2 files changed, 12 insertions(+), 70 deletions(-)
