aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2021-07-12 11:13:33 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2021-07-12 11:14:06 +0300
commit4df5f6c26b2d5c89f1bc71eaee34e354974e8b97 (patch)
tree4ece1371a4139188c8deca27514b6c34450d1c9a /src/backend/commands/trigger.c
parent92340ba5a795ad250fb797168e08ac8ed7838613 (diff)
downloadpostgresql-4df5f6c26b2d5c89f1bc71eaee34e354974e8b97.tar.gz
postgresql-4df5f6c26b2d5c89f1bc71eaee34e354974e8b97.zip
Remove dead assignment to local variable.
This should have been removed in commit 7e30c186da, which split the loop into two. Only the first loop uses the 'from' variable; updating it in the second loop is bogus. It was never read after the first loop, so this was harmless and surely optimized away by the compiler, but let's be tidy. Backpatch to all supported versions. Author: Ranier Vilela Discussion: https://www.postgresql.org/message-id/CAEudQAoWq%2BAL3BnELHu7gms2GN07k-np6yLbukGaxJ1vY-zeiQ%40mail.gmail.com
Diffstat (limited to 'src/backend/commands/trigger.c')
0 files changed, 0 insertions, 0 deletions