forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7dc40a2
committed
Major improvement in CLUSTER which preserves table characteristics using
relfilenode.I sent the CLUSTER patch a few days ago and I think it was missed. Iappend it again, this time including the regression test files. For thecommitter, please note that you have to cvs add the files as they don'texist. Maybe add to the parallel and serial schedules also, but I don'tknow such stuff.Alvaro Herrera (<alvherre[a]atentus.com>)1 parent181ca96 commit7dc40a2
File tree
4 files changed
+561
-85
lines changed- doc/src/sgml/ref
- src
- backend/commands
- test/regress
- output
- sql
4 files changed
+561
-85
lines changedLines changed: 15 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 | 78 |
| |
92 | 79 |
| |
93 | 80 |
| |
| |||
138 | 125 |
| |
139 | 126 |
| |
140 | 127 |
| |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 | 128 |
| |
149 | 129 |
| |
150 | 130 |
| |
| |||
194 | 174 |
| |
195 | 175 |
| |
196 | 176 |
| |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
197 | 191 |
| |
198 | 192 |
| |
199 | 193 |
| |
|
0 commit comments
Comments
(0)