forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0a7fb4e
committed
First round of changes for new fmgr interface. fmgr itself and the
key call sites are changed, but most called functions are still oldstyle.An exception is that the PL managers are updated (so, for example, NULLhandling now behaves as expected in plperl and plpgsql functions).NOTE initdb is forced due to added column in pg_proc.1 parent5005bb0 commit0a7fb4e
File tree
80 files changed
+3764
-2893
lines changed- src
- backend
- access
- common
- index
- bootstrap
- catalog
- commands
- executor
- libpq
- nodes
- optimizer
- path
- util
- parser
- port/dynloader
- rewrite
- storage/large_object
- tcop
- utils
- adt
- cache
- fmgr
- init
- bin/scripts
- include
- access
- catalog
- executor
- utils
- interfaces/libpq
- pl
- plperl
- plpgsql/src
- tcl
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
80 files changed
+3764
-2893
lines changedLines changed: 8 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 |
| - | |
| 82 | + | |
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
| 129 | + | |
| 130 | + | |
134 | 131 |
| |
135 | 132 |
| |
136 | 133 |
| |
137 |
| - | |
| 134 | + | |
138 | 135 |
| |
139 | 136 |
| |
140 | 137 |
| |
| |||
205 | 202 |
| |
206 | 203 |
| |
207 | 204 |
| |
208 |
| - | |
| 205 | + | |
209 | 206 |
| |
210 | 207 |
| |
211 | 208 |
| |
| |||
222 | 219 |
| |
223 | 220 |
| |
224 | 221 |
| |
225 |
| - | |
226 |
| - | |
227 | 222 |
| |
228 | 223 |
| |
229 | 224 |
| |
| |||
244 | 239 |
| |
245 | 240 |
| |
246 | 241 |
| |
| 242 | + | |
| 243 | + | |
247 | 244 |
| |
248 | 245 |
| |
249 | 246 |
| |
|
Lines changed: 2 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
| 24 | + | |
30 | 25 |
| |
31 | 26 |
| |
32 | 27 |
| |
|
Lines changed: 31 additions & 16 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 |
| |
| |||
418 | 418 |
| |
419 | 419 |
| |
420 | 420 |
| |
421 |
| - | |
422 | 421 |
| |
423 | 422 |
| |
424 | 423 |
| |
425 |
| - | |
426 |
| - | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
427 | 438 |
| |
428 | 439 |
| |
429 | 440 |
| |
430 |
| - | |
431 |
| - | |
432 |
| - | |
433 |
| - | |
434 |
| - | |
435 |
| - | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
436 | 457 |
| |
437 |
| - | |
438 |
| - | |
439 |
| - | |
440 |
| - | |
441 |
| - | |
442 |
| - | |
443 | 458 |
| |
444 | 459 |
| |
445 | 460 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| 37 | + | |
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
|
Lines changed: 3 additions & 2 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 |
| |
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| 66 | + | |
66 | 67 |
| |
67 | 68 |
| |
68 | 69 |
| |
| |||
1148 | 1149 |
| |
1149 | 1150 |
| |
1150 | 1151 |
| |
1151 |
| - | |
| 1152 | + | |
1152 | 1153 |
| |
1153 | 1154 |
| |
1154 | 1155 |
| |
|
Lines changed: 7 additions & 6 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 |
| |
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| 45 | + | |
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
| |||
688 | 689 |
| |
689 | 690 |
| |
690 | 691 |
| |
691 |
| - | |
| 692 | + | |
692 | 693 |
| |
693 | 694 |
| |
694 | 695 |
| |
695 |
| - | |
| 696 | + | |
696 | 697 |
| |
697 | 698 |
| |
698 | 699 |
| |
| |||
832 | 833 |
| |
833 | 834 |
| |
834 | 835 |
| |
835 |
| - | |
| 836 | + | |
836 | 837 |
| |
837 | 838 |
| |
838 | 839 |
| |
839 |
| - | |
| 840 | + | |
840 | 841 |
| |
841 | 842 |
| |
842 | 843 |
| |
| |||
2109 | 2110 |
| |
2110 | 2111 |
| |
2111 | 2112 |
| |
2112 |
| - | |
| 2113 | + | |
2113 | 2114 |
| |
2114 | 2115 |
| |
2115 | 2116 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
|
0 commit comments
Comments
(0)