forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8a40400
committed
elog() was set up to call abort() if it saw an ERROR or FATAL exit
during InitProcessingMode and the CurrentTransactionState was neitherTRANS_DEFAULT nor TRANS_DISABLED. Unfortunately, after someone's recentchange to start the transaction manager earlier in startup than it usedto be started, that caused an abort() and consequent database systemreset on quite harmless errors (such as rejecting an invalid user name!).As far as I can see, the test on CurrentTransactionState was completelyuseless anyway, so I've removed it.1 parentb16bd18 commit8a40400
1 file changed
+2
-8
lines changedLines changed: 2 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
| 114 | + | |
114 | 115 |
| |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 | 116 |
| |
122 |
| - | |
123 | 117 |
| |
124 | 118 |
| |
125 | 119 |
| |
|
0 commit comments
Comments
(0)