diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/utils/psort.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/utils/psort.h b/src/include/utils/psort.h index 2e4060ef56..e5c57681c1 100644 --- a/src/include/utils/psort.h +++ b/src/include/utils/psort.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: psort.h,v 1.13 1997/09/18 14:42:35 vadim Exp $ + * $Id: psort.h,v 1.14 1997/10/15 06:36:36 vadim Exp $ * *------------------------------------------------------------------------- */ @@ -62,6 +62,7 @@ typedef struct Psortstate long psort_current; /* could be file offset, or array index */ long psort_saved; /* could be file offset, or array index */ bool using_tape_files; + bool all_fetched; /* this is for cursors */ HeapTuple *memtuples; } Psortstate; |
