We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03659a2 commit a962c61Copy full SHA for a962c61
src/include/commands/vacuum.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: vacuum.h,v 1.3 1996/11/27 07:35:06 vadim Exp $
+ * $Id: vacuum.h,v 1.4 1996/11/29 10:29:45 vadim Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -43,6 +43,8 @@ typedef struct VRelListData {
43
VAttList vrl_attlist;
44
int vrl_ntups;
45
int vrl_npages;
46
+ Size vrl_min_tlen;
47
+ Size vrl_max_tlen;
48
bool vrl_hasindex;
49
struct VRelListData *vrl_next;
50
} VRelListData;
0 commit comments