Skip to content

Commit 23c448c

Browse files
committed
minor #15226 [Lock] Update table in lock component (zozs)
This PR was merged into the 5.2 branch. Discussion ---------- [Lock] Update table in lock component The table on the locks documentation does not seem to be consistent with the description for `PostgreSqlStore`. The table currently says the locks are expiring, while the textual descriptions further down the page says the opposite: > the PostgreSqlStore does not need a table to store locks and does not expire. and > That means that by using :ref:`PostgreSqlStore <lock-store-pgsql>` the locks will be automatically released at the end of the session in case the client cannot unlock for any reason. Proposed fix, modify the table so it says `no` under the Expiring column for PostgreSqlStore. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 0354465 Update table in lock component
2 parents 340aca6 + 0354465 commit 23c448c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/lock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Store Scope Blocking Expiring Sharing
357357
:ref:`MemcachedStore <lock-store-memcached>` remote no yes no
358358
:ref:`MongoDbStore <lock-store-mongodb>` remote no yes no
359359
:ref:`PdoStore <lock-store-pdo>` remote no yes no
360-
:ref:`PostgreSqlStore <lock-store-pgsql>` remote yes yes yes
360+
:ref:`PostgreSqlStore <lock-store-pgsql>` remote yes no yes
361361
:ref:`RedisStore <lock-store-redis>` remote no yes yes
362362
:ref:`SemaphoreStore <lock-store-semaphore>` local yes no no
363363
:ref:`ZookeeperStore <lock-store-zookeeper>` remote no no no

0 commit comments

Comments
 (0)