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

Commit98e5bd1

Browse files
committed
1 parenta4fac4f commit98e5bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/amcheck/verify_heapam.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ check_tuple_visibility(HeapCheckContext *ctx)
777777
caseXID_COMMITTED:
778778
/*
779779
* The tuple is dead, because the xvac transaction moved
780-
* it off andcomitted. It's checkable, but also prunable.
780+
* it off andcommitted. It's checkable, but also prunable.
781781
*/
782782
return true;
783783

@@ -851,7 +851,7 @@ check_tuple_visibility(HeapCheckContext *ctx)
851851
caseXID_ABORTED:
852852
/*
853853
* The tuple is dead, because the xvac transaction moved
854-
* it off andcomitted. It's checkable, but also prunable.
854+
* it off andcommitted. It's checkable, but also prunable.
855855
*/
856856
return true;
857857
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp