forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd1c6416
committed
Update with newer version of CLUSTER patch posted August 8.
> Looks like Alvaro got sideswiped by the system catalog indexing changes> I made over the weekend. It's a simple change, just reduce the whole> mess to a "CatalogUpdateIndexes()" call.I update two tuples, so I manually CatalogOpenIndexes() andCatalogIndexInsert() two times, as per comments inCatalogUpdateIndexes().I also removed a couple of useless CommandCounterIncrement(), someuseless definitions in src/include/commands/cluster.h and uselessincludes in src/backend/commands/cluster.c. This version passes theregression test I had made for previous versions.Alvaro Herrera1 parent8db20b4 commitd1c6416
2 files changed
+7
-23
lines changedLines changed: 6 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
33 |
| - | |
34 | 32 |
| |
35 | 33 |
| |
36 | 34 |
| |
37 |
| - | |
38 | 35 |
| |
39 | 36 |
| |
40 | 37 |
| |
| |||
81 | 78 |
| |
82 | 79 |
| |
83 | 80 |
| |
84 |
| - | |
85 |
| - | |
86 | 81 |
| |
87 | 82 |
| |
88 | 83 |
| |
| |||
349 | 344 |
| |
350 | 345 |
| |
351 | 346 |
| |
352 |
| - | |
353 |
| - | |
354 |
| - | |
355 | 347 |
| |
356 | 348 |
| |
357 | 349 |
| |
| |||
380 | 372 |
| |
381 | 373 |
| |
382 | 374 |
| |
383 |
| - | |
384 | 375 |
| |
385 | 376 |
| |
386 | 377 |
| |
387 | 378 |
| |
| 379 | + | |
388 | 380 |
| |
389 | 381 |
| |
390 | 382 |
| |
| |||
429 | 421 |
| |
430 | 422 |
| |
431 | 423 |
| |
432 |
| - | |
433 |
| - | |
434 |
| - | |
435 |
| - | |
436 |
| - | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
437 | 428 |
| |
438 | 429 |
| |
439 | 430 |
| |
|
Lines changed: 1 addition & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 | 16 |
| |
24 | 17 |
| |
25 | 18 |
| |
|
0 commit comments
Comments
(0)