Reduce amount of memory used per tuple for after-event triggers. This
Tom Lane <tgl@sss.pgh.pa.us>
Reduce amount of memory used per tuple for after-event triggers. This is still a memory leak, but a little less bad than it was.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/trigger.c | modified | +24 −23 |
| src/include/commands/trigger.h | modified | +6 −2 |