diff options
Diffstat (limited to 'src/include/nodes/plannodes.h')
| -rw-r--r-- | src/include/nodes/plannodes.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h index 095ee074d3..a03dacfb02 100644 --- a/src/include/nodes/plannodes.h +++ b/src/include/nodes/plannodes.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: plannodes.h,v 1.30 1999/08/21 03:49:09 tgl Exp $ + * $Id: plannodes.h,v 1.31 1999/10/17 22:15:07 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -288,8 +288,6 @@ typedef struct Sort Oid nonameid; int keycount; SortState *sortstate; - void *psortstate; - bool cleaned; } Sort; /* ---------------- |
