forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit09418be
committed
Remove bogus tracepoint
Calls to LWLockWaitForVar() fired the TRACE_POSTGRESQL_LWLOCK_ACQUIREtracepoint, but LWLockWaitForVar() never actually acquires the LWLock.(Probably a copy/paste bug in68a2e52.) Remove it.Author: Craig Ringer <craig.ringer@enterprisedb.com>Discussion:https://www.postgresql.org/message-id/flat/CAGRY4nxJo+-HCC2i5H93ttSZ4gZO-FSddCwvkb-qAfQ1zdXd1w@mail.gmail.com1 parent29ad659 commit09418be
1 file changed
+0
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1725 | 1725 |
| |
1726 | 1726 |
| |
1727 | 1727 |
| |
1728 |
| - | |
1729 |
| - | |
1730 | 1728 |
| |
1731 | 1729 |
| |
1732 | 1730 |
| |
|
0 commit comments
Comments
(0)