Added check for MVCC-compliant snapshot and removed marking tuples as dead for IVFFlat index scans - closes #260

This commit is contained in:
Andrew Kane
2023-10-10 17:28:48 -07:00
parent 4b5db94307
commit b5b912906b
3 changed files with 8 additions and 91 deletions

View File

@@ -246,8 +246,6 @@ typedef struct IvfflatScanOpaqueData
int probes;
int dimensions;
bool first;
Buffer buf;
ItemPointerData heaptid;
/* Sorting */
Tuplesortstate *sortstate;