Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c67e9e

Browse files
Fix typo in MVCC test comment
The optimization is named kill_prior_tuple but was accidentally spelled kill_prio_tuple in the test. Author: Mingli Zhang <[email protected]> Discussion: https://postgr.es/m/82d3e66a-d8ae-4bfa-943e-29c5add0743f@Spark
1 parent 4112e39 commit 0c67e9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/regress/expected/mvcc.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--
22
-- Verify that index scans encountering dead rows produced by an
33
-- aborted subtransaction of the current transaction can utilize the
4-
-- kill_prio_tuple optimization
4+
-- kill_prior_tuple optimization
55
--
66
-- NB: The table size is currently *not* expected to stay the same, we
77
-- don't have logic to trigger opportunistic pruning in cases like

src/test/regress/sql/mvcc.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--
22
-- Verify that index scans encountering dead rows produced by an
33
-- aborted subtransaction of the current transaction can utilize the
4-
-- kill_prio_tuple optimization
4+
-- kill_prior_tuple optimization
55
--
66
-- NB: The table size is currently *not* expected to stay the same, we
77
-- don't have logic to trigger opportunistic pruning in cases like

0 commit comments

Comments
 (0)