Skip to content

Commit

Permalink
change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMurloc committed Dec 14, 2023
1 parent ab444e7 commit 3fb85e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/gpopt/gpdbwrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -687,14 +687,14 @@ gpos::ULONG CountLeafPartTables(Oid oidRelation);
bool MDCacheNeedsReset(void);

// Check that the index is usable in the current snapshot and if not, save the
// xmin of the current snapshot. returns true if the index is not usable and
// xmin of the current snapshot. Returns true if the index is not usable and
// should be skipped.
bool MDCacheSetTransientState(Relation index_rel);

// reset TransactionXmin value that we saved
void MDCacheResetTransientState(void);

// check if TransactionXmin value that we saved are valid
// returns true if cache is in transient state
bool MDCacheInTransientState(void);

// returns true if a query cancel is requested in GPDB
Expand Down

0 comments on commit 3fb85e0

Please sign in to comment.