|
|
@ -2381,8 +2381,8 @@ IndexBuildHeapRangeScan(Relation heapRelation, |
|
|
|
case HEAPTUPLE_INSERT_IN_PROGRESS: |
|
|
|
case HEAPTUPLE_INSERT_IN_PROGRESS: |
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* In "anyvisible" mode, this tuple is visible and we don't |
|
|
|
* In "anyvisible" mode, this tuple is visible and we |
|
|
|
* need any further checks. |
|
|
|
* don't need any further checks. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
if (anyvisible) |
|
|
|
if (anyvisible) |
|
|
|
{ |
|
|
|
{ |
|
|
@ -2437,8 +2437,8 @@ IndexBuildHeapRangeScan(Relation heapRelation, |
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* As with INSERT_IN_PROGRESS case, this is unexpected |
|
|
|
* As with INSERT_IN_PROGRESS case, this is unexpected |
|
|
|
* unless it's our own deletion or a system catalog; |
|
|
|
* unless it's our own deletion or a system catalog; but |
|
|
|
* but in anyvisible mode, this tuple is visible. |
|
|
|
* in anyvisible mode, this tuple is visible. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
if (anyvisible) |
|
|
|
if (anyvisible) |
|
|
|
{ |
|
|
|
{ |
|
|
|