aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuildbuffers.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-09-17 12:16:38 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2017-09-17 12:16:38 -0400
commit5cc23493195cbd2205d5e476e725657c0a29ea34 (patch)
treed6dcaa260c92f2823f7dac4975a1a85bf6223fc2 /src/backend/access/gist/gistbuildbuffers.c
parent0749ef8e9eceb04dd8c365443d0d994f7ad34c17 (diff)
downloadpostgresql-5cc23493195cbd2205d5e476e725657c0a29ea34.tar.gz
postgresql-5cc23493195cbd2205d5e476e725657c0a29ea34.zip
Ensure that BEFORE STATEMENT triggers fire the right number of times.
Commit 0f79440fb introduced mechanism to keep AFTER STATEMENT triggers from firing more than once per statement, which was formerly possible if more than one FK enforcement action had to be applied to a given table. Add a similar mechanism for BEFORE STATEMENT triggers, so that we don't have the unexpected situation of firing BEFORE STATEMENT triggers more often than AFTER STATEMENT. As with the previous patch, back-patch to v10. Discussion: https://postgr.es/m/22315.1505584992@sss.pgh.pa.us
Diffstat (limited to 'src/backend/access/gist/gistbuildbuffers.c')
0 files changed, 0 insertions, 0 deletions