forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb8c06a6
committed
Add:
> * Add RESET CONNECTION command to reset all session state329a331,334> This would include resetting of all variables (RESET ALL), dropping of> all temporary tables, removal of any NOTIFYs, etc. This could be used> for connection pooling. We could also change RESET ALL to have this> functionality.1 parent90542f5 commitb8c06a6
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
326 | 326 |
| |
327 | 327 |
| |
328 | 328 |
| |
| 329 | + | |
329 | 330 |
| |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
330 | 335 |
| |
331 | 336 |
| |
332 | 337 |
| |
|
0 commit comments
Comments
(0)