forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitee3ef4a
committed
Improve comment of DeallocateStmt->isall
This field is not used directly in the code, but it is important forquery jumbling to be able to make a difference between a namedDEALLOCATE and DEALLOCATE ALL (seebb45156). This behavior istracked in the regression tests of pg_stat_statements, but the reasonwhy this field is important can be easily missed, as a recent discussionhas proved, so let's improve its comment to document the reason why itneeds to be around.Wording has been suggested by Tom LaneDiscussion:https://postgr.es/m/Zih1ATt37YFda8_p@paquier.xyz1 parente51c2a4 commitee3ef4a
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4070 | 4070 |
| |
4071 | 4071 |
| |
4072 | 4072 |
| |
4073 |
| - | |
| 4073 | + | |
| 4074 | + | |
| 4075 | + | |
| 4076 | + | |
| 4077 | + | |
| 4078 | + | |
4074 | 4079 |
| |
4075 | 4080 |
| |
4076 | 4081 |
| |
|
0 commit comments
Comments
(0)