Skip to content

Commit 2fff9f9

Browse files
committed
Add todos
1 parent fed759c commit 2fff9f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Postgres/PostgresAdvisoryLocker.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ public function acquireTransactionLevelLockHandler(
4747

4848
/**
4949
* Acquire a transaction-level advisory lock with configurable wait and access modes.
50+
*
51+
* TODO: Do we need low-level API?
5052
*/
5153
public function acquireTransactionLevelLock(
5254
PDO $dbConnection,
@@ -94,6 +96,7 @@ public function acquireSessionLevelLockHandler(
9496
* Acquire a session-level advisory lock with configurable wait and access modes.
9597
*
9698
* TODO: Write that transaction-level is recommended.
99+
* TODO: Do we need low-level API?
97100
*/
98101
public function acquireSessionLevelLock(
99102
PDO $dbConnection,

0 commit comments

Comments
 (0)