aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeHashjoin.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-04-15 22:19:48 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-04-15 22:19:48 +0000
commit5f0a974ea928b7ddd163210009f40843b982d658 (patch)
tree2e912c55d8a2c1fd7e60d4af648a8353f5e74252 /src/backend/executor/nodeHashjoin.c
parent61b861421b0b849a0dffe36238b8e504624831c1 (diff)
downloadpostgresql-5f0a974ea928b7ddd163210009f40843b982d658.tar.gz
postgresql-5f0a974ea928b7ddd163210009f40843b982d658.zip
Reduce PANIC to ERROR in several xlog routines that are used in both
critical and noncritical contexts (an example of noncritical being post-checkpoint removal of dead xlog segments). In the critical cases the CRIT_SECTION mechanism will cause ERROR to be promoted to PANIC anyway, and in the noncritical cases we shouldn't let an error take down the entire database. Arguably there should be *no* explicit PANIC errors in this module, only more START/END_CRIT_SECTION calls, but I didn't go that far. (Yet.)
Diffstat (limited to 'src/backend/executor/nodeHashjoin.c')
0 files changed, 0 insertions, 0 deletions