Skip to content

Commit f086264

Browse files
committed
doc: restore wording from recent patch "rolled back to"
Reported-by: Tom Lane Discussion: https://postgr.es/m/31072.1585690490@sss.pgh.pa.us Backpatch-through: 9.5 - 12
1 parent 3f8276a commit f086264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/mvcc.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
10411041
<para>
10421042
Once acquired, a lock is normally held until the end of the transaction. But if a
10431043
lock is acquired after establishing a savepoint, the lock is released
1044-
immediately if the savepoint is rolled back. This is consistent with
1044+
immediately if the savepoint is rolled back to. This is consistent with
10451045
the principle that <command>ROLLBACK</command> cancels all effects of the
10461046
commands since the savepoint. The same holds for locks acquired within a
10471047
<application>PL/pgSQL</application> exception block: an error escape from the block

0 commit comments

Comments
 (0)