forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit525a489
committed
Remove the last vestige of server-side autocommit.
Long ago we briefly had an "autocommit" GUC that turned server-sideautocommit on and off. That behavior was removed in 7.4 after concludingthat it broke far too much client-side logic, and making clients cope withboth behaviors was impractical. But the GUC variable was left behind, soas not to break any client code that might be trying to read its value.Enough time has now passed that we should remove the GUC completely.Whatever vestigial backwards-compatibility benefit it had is outweighed bythe risk of confusion for newbies who assume it ought to do something,as per a recent complaint from Wolfgang Wilhelm.In passing, adjust what seemed to me a rather confusing documentationreference to libpq's autocommit behavior. libpq as such knows nothingabout autocommit, so psql is probably what was meant.1 parentc30be97 commit525a489
3 files changed
+2
-27
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
476 | 476 |
| |
477 | 477 |
| |
478 | 478 |
| |
479 |
| - | |
| 479 | + | |
480 | 480 |
| |
481 | 481 |
| |
482 | 482 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Lines changed: 0 additions & 25 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 |
| - | |
175 | 174 |
| |
176 | 175 |
| |
177 | 176 |
| |
| |||
488 | 487 |
| |
489 | 488 |
| |
490 | 489 |
| |
491 |
| - | |
492 | 490 |
| |
493 | 491 |
| |
494 | 492 |
| |
| |||
1250 | 1248 |
| |
1251 | 1249 |
| |
1252 | 1250 |
| |
1253 |
| - | |
1254 |
| - | |
1255 |
| - | |
1256 |
| - | |
1257 |
| - | |
1258 |
| - | |
1259 |
| - | |
1260 |
| - | |
1261 |
| - | |
1262 |
| - | |
1263 |
| - | |
1264 | 1251 |
| |
1265 | 1252 |
| |
1266 | 1253 |
| |
| |||
9179 | 9166 |
| |
9180 | 9167 |
| |
9181 | 9168 |
| |
9182 |
| - | |
9183 |
| - | |
9184 |
| - | |
9185 |
| - | |
9186 |
| - | |
9187 |
| - | |
9188 |
| - | |
9189 |
| - | |
9190 |
| - | |
9191 |
| - | |
9192 |
| - | |
9193 |
| - | |
9194 | 9169 |
| |
9195 | 9170 |
| |
9196 | 9171 |
| |
|
0 commit comments
Comments
(0)