Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0c67e9e

Browse files
Fix typo in MVCC test comment
The optimization is named kill_prior_tuple but was accidentallyspelled kill_prio_tuple in the test.Author: Mingli Zhang <avamingli@gmail.com>Discussion:https://postgr.es/m/82d3e66a-d8ae-4bfa-943e-29c5add0743f@Spark
1 parent4112e39 commit0c67e9e

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)

[8]ページ先頭

©2009-2025 Movatter.jp