forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5ffbbcf
committed
Drop "Lock" suffix from LWLock wait event names
Commitda952b4 unintentially reverted the SQL-visible part ofcommit14a9101, which breaks queries joining pg_wait_events withpg_stat_acivity. Remove the suffix again.Backpatch to 17.Reported-by: Christophe Courtois <christophe.courtois@dalibo.com>Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>Discussion:https://postgr.es/m/18728-450924477056a339%40postgresql.orgDiscussion:https://postgr.es/m/Z01w1+LihtRiS0Te@ip-10-97-1-34.eu-west-3.compute.internal1 parent7a35052 commit5ffbbcf
2 files changed
+3
-2
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| 110 | + | |
110 | 111 |
| |
111 | 112 |
| |
112 | 113 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 |
| - | |
| 114 | + | |
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
| 130 | + | |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
|
0 commit comments
Comments
(0)