We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410aa2d commit c538dfeCopy full SHA for c538dfe
src/backend/storage/lmgr/lwlock.c
@@ -890,6 +890,8 @@ LWLockAttemptLock(LWLock *lock, LWLockMode mode)
890
pg_unreachable();
891
}
892
893
+#endif
894
+
895
/*
896
* Lock the LWLock's wait list against concurrent activity.
897
*
@@ -960,8 +962,6 @@ LWLockWaitListUnlock(LWLock *lock)
960
962
Assert(old_state & LW_FLAG_LOCKED);
961
963
964
-#endif
-
965
966
* Wakeup all the lockers that currently have a chance to acquire the lock.
967
*/
0 commit comments