summaryrefslogtreecommitdiff
path: root/src/include/commands
diff options
context:
space:
mode:
authorVadim B. Mikheev <vadim4o@yahoo.com>1996-11-29 10:29:45 +0000
committerVadim B. Mikheev <vadim4o@yahoo.com>1996-11-29 10:29:45 +0000
commita962c6128f7e2ea008d8b6cbd1f7f05903d9c6c1 (patch)
treea383a9c8eac2077b93f3a57687499bd2147317df /src/include/commands
parent03659a262e076e1369078677f60df6920ac60900 (diff)
downloadpostgresql-a962c6128f7e2ea008d8b6cbd1f7f05903d9c6c1.tar.gz
vrl_min_tlen added to VRelListData.
Diffstat (limited to 'src/include/commands')
-rw-r--r--src/include/commands/vacuum.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h
index 6b1d042dff..0a34170ddd 100644
--- a/src/include/commands/vacuum.h
+++ b/src/include/commands/vacuum.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $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 $
*
*-------------------------------------------------------------------------
*/
@@ -43,6 +43,8 @@ typedef struct VRelListData {
VAttList vrl_attlist;
int vrl_ntups;
int vrl_npages;
+ Size vrl_min_tlen;
+ Size vrl_max_tlen;
bool vrl_hasindex;
struct VRelListData *vrl_next;
} VRelListData;