diff options
Diffstat (limited to 'src/include/access/relscan.h')
-rw-r--r-- | src/include/access/relscan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h index 865d36403a2..5a0d724aca5 100644 --- a/src/include/access/relscan.h +++ b/src/include/access/relscan.h @@ -99,6 +99,7 @@ typedef struct IndexScanDescData */ Datum *xs_orderbyvals; bool *xs_orderbynulls; + bool xs_recheckorderby; /* T means ORDER BY exprs must be rechecked */ /* state data for traversing HOT chains in index_getnext */ bool xs_continue_hot; /* T if must keep walking HOT chain */ |