forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit44fbe20
committed
Restructure indexscan API (index_beginscan, index_getnext) per
yesterday's proposal to pghackers. Also remove unnecessary parametersto heap_beginscan, heap_rescan. I modified pg_proc.h to reflect thenew numbers of parameters for the AM interface routines, but did notforce an initdb because nothing actually looks at those fields.1 parentc961474 commit44fbe20
File tree
59 files changed
+833
-1282
lines changed- contrib
- dblink
- dbsize
- miscutil
- pgstattuple
- src
- backend
- access
- common
- gist
- hash
- heap
- index
- nbtree
- rtree
- bootstrap
- catalog
- commands
- executor
- optimizer
- path
- util
- parser
- postmaster
- rewrite
- storage/large_object
- utils
- adt
- init
- misc
- sort
- include
- access
- catalog
- nodes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
59 files changed
+833
-1282
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
922 | 922 |
| |
923 | 923 |
| |
924 | 924 |
| |
925 |
| - | |
926 |
| - | |
| 925 | + | |
927 | 926 |
| |
928 |
| - | |
| 927 | + | |
929 | 928 |
| |
930 | 929 |
| |
931 | 930 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
63 |
| - | |
| 62 | + | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
|
Lines changed: 3 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 |
| - | |
| 96 | + | |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
| 99 | + | |
100 | 100 |
| |
101 |
| - | |
| 101 | + | |
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - |
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
| 73 | + | |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
|
Lines changed: 2 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
398 | 398 |
| |
399 | 399 |
| |
400 | 400 |
| |
401 |
| - | |
402 |
| - | |
403 |
| - | |
404 |
| - | |
405 |
| - | |
406 |
| - | |
407 |
| - | |
408 |
| - | |
409 |
| - | |
410 |
| - | |
411 |
| - | |
412 |
| - | |
413 |
| - | |
414 |
| - | |
415 |
| - | |
416 |
| - | |
417 |
| - | |
418 | 401 |
| |
419 | 402 |
| |
420 | 403 |
| |
| |||
423 | 406 |
| |
424 | 407 |
| |
425 | 408 |
| |
426 |
| - | |
427 | 409 |
| |
428 | 410 |
| |
429 | 411 |
| |
430 | 412 |
| |
431 | 413 |
| |
432 |
| - | |
433 |
| - | |
| 414 | + | |
434 | 415 |
|
Lines changed: 7 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1590 | 1590 |
| |
1591 | 1591 |
| |
1592 | 1592 |
| |
1593 |
| - | |
1594 | 1593 |
| |
1595 | 1594 |
| |
1596 | 1595 |
| |
| |||
1607 | 1606 |
| |
1608 | 1607 |
| |
1609 | 1608 |
| |
1610 |
| - | |
| 1609 | + | |
1611 | 1610 |
| |
1612 |
| - | |
1613 |
| - | |
| 1611 | + | |
1614 | 1612 |
| |
1615 |
| - | |
1616 |
| - | |
1617 |
| - | |
| 1613 | + | |
1618 | 1614 |
| |
1619 |
| - | |
| 1615 | + | |
1620 | 1616 |
| |
1621 | 1617 |
| |
1622 | 1618 |
| |
1623 | 1619 |
| |
1624 | 1620 |
| |
1625 |
| - | |
1626 |
| - | |
| 1621 | + | |
| 1622 | + | |
1627 | 1623 |
| |
1628 | 1624 |
| |
1629 | 1625 |
| |
| |||
1640 | 1636 |
| |
1641 | 1637 |
| |
1642 | 1638 |
| |
1643 |
| - | |
1644 |
| - | |
1645 | 1639 |
| |
1646 | 1640 |
| |
1647 | 1641 |
| |
|
0 commit comments
Comments
(0)