aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistproc.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-08-15 19:16:04 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-08-15 19:16:04 +0000
commitd8cb5391c21d31de5c56b520ad7e2301c3299d4d (patch)
tree532e590b2ae7d6e9a785af233e1ac5dabf1677c0 /src/backend/access/gist/gistproc.c
parent1de589bfcb6c2bbf9772b1f095909698f578056c (diff)
downloadpostgresql-d8cb5391c21d31de5c56b520ad7e2301c3299d4d.tar.gz
postgresql-d8cb5391c21d31de5c56b520ad7e2301c3299d4d.zip
Repair problems occurring when multiple RI updates have to be done to the same
row within one query: we were firing check triggers before all the updates were done, leading to bogus failures. Fix by making the triggers queued by an RI update go at the end of the outer query's trigger event list, thereby effectively making the processing "breadth-first". This was indeed how it worked pre-8.0, so the bug does not occur in the 7.x branches. Per report from Pavel Stehule.
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions