Commit a0f1fce
File tree
Expand file treeCollapse file tree
7 files changed
+71
-4
lines changedFilter options
- doc/src/sgml
- src
- backend/utils/adt
- include/catalog
- test/regress
- expected
- sql
Expand file treeCollapse file tree
7 files changed
+71
-4
lines changed+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22048 | 22048 |
|
22049 | 22049 |
|
22050 | 22050 |
|
22051 |
| - |
| 22051 | + |
22052 | 22052 |
|
22053 | 22053 |
|
22054 | 22054 |
|
| ||
22067 | 22067 |
|
22068 | 22068 |
|
22069 | 22069 |
|
22070 |
| - |
| 22070 | + |
22071 | 22071 |
|
22072 | 22072 |
|
22073 | 22073 |
|
|
src/backend/utils/adt/rowtypes.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/rowtypes.c+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1315 | 1315 |
|
1316 | 1316 |
|
1317 | 1317 |
|
| 1318 | + |
| 1319 | + |
| 1320 | + |
| 1321 | + |
| 1322 | + |
| 1323 | + |
| 1324 | + |
| 1325 | + |
| 1326 | + |
| 1327 | + |
| 1328 | + |
| 1329 | + |
| 1330 | + |
| 1331 | + |
| 1332 | + |
| 1333 | + |
| 1334 | + |
| 1335 | + |
1318 | 1336 |
|
1319 | 1337 |
|
1320 | 1338 |
|
|
src/include/catalog/catversion.h
Copy file name to clipboardExpand all lines: src/include/catalog/catversion.h+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
src/include/catalog/pg_aggregate.dat
Copy file name to clipboardExpand all lines: src/include/catalog/pg_aggregate.dat+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
140 | 140 |
|
141 | 141 |
|
142 | 142 |
|
| 143 | + |
| 144 | + |
| 145 | + |
143 | 146 |
|
144 | 147 |
|
145 | 148 |
|
| ||
208 | 211 |
|
209 | 212 |
|
210 | 213 |
|
| 214 | + |
| 215 | + |
| 216 | + |
211 | 217 |
|
212 | 218 |
|
213 | 219 |
|
|
src/include/catalog/pg_proc.dat
Copy file name to clipboardExpand all lines: src/include/catalog/pg_proc.dat+13-1Lines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6754 | 6754 |
|
6755 | 6755 |
|
6756 | 6756 |
|
| 6757 | + |
| 6758 | + |
| 6759 | + |
6757 | 6760 |
|
6758 | 6761 |
|
6759 | 6762 |
|
| ||
6824 | 6827 |
|
6825 | 6828 |
|
6826 | 6829 |
|
| 6830 | + |
| 6831 | + |
| 6832 | + |
6827 | 6833 |
|
6828 | 6834 |
|
6829 | 6835 |
|
| ||
8343 | 8349 |
|
8344 | 8350 |
|
8345 | 8351 |
|
8346 |
| - |
| 8352 | + |
8347 | 8353 |
|
8348 | 8354 |
|
8349 | 8355 |
|
| ||
10358 | 10364 |
|
10359 | 10365 |
|
10360 | 10366 |
|
| 10367 | + |
| 10368 | + |
| 10369 | + |
| 10370 | + |
| 10371 | + |
| 10372 | + |
10361 | 10373 |
|
10362 | 10374 |
|
10363 | 10375 |
|
|
src/test/regress/expected/aggregates.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/aggregates.out+25Lines changed: 25 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
269 | 269 |
|
270 | 270 |
|
271 | 271 |
|
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | + |
| 291 | + |
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
| 296 | + |
272 | 297 |
|
273 | 298 |
|
274 | 299 |
|
|
src/test/regress/sql/aggregates.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/aggregates.sql+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
81 | 87 |
|
82 | 88 |
|
83 | 89 |
|
|
0 commit comments