projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03659a2
)
vrl_min_tlen added to VRelListData.
author
Vadim B. Mikheev
<
[email protected]
>
Fri, 29 Nov 1996 10:29:45 +0000
(10:29 +0000)
committer
Vadim B. Mikheev
<
[email protected]
>
Fri, 29 Nov 1996 10:29:45 +0000
(10:29 +0000)
src/include/commands/vacuum.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/commands/vacuum.h
b/src/include/commands/vacuum.h
index 6b1d042dff19121989be535d884530f7d5203844..0a34170dddf85e622e4172688a6ca4286e4fa312 100644
(file)
--- 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;