forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit558d77f
committed
Renaming for new subscripting mechanism
Over at patchhttps://commitfest.postgresql.org/21/1062/ Dmitry wants tointroduce a more generic subscription mechanism, which allowssubscripting not only arrays but also other object types such as JSONB.That functionality is introduced in a largish invasive patch, out ofwhich this internal renaming patch was extracted.Author: Dmitry DolgovReviewed-by: Tom Lane, Arthur ZakirovDiscussion:https://postgr.es/m/CA+q6zcUK4EqPAu7XRRO5CCjMwhz5zvg+rfWuLzVoxp_5sKS6=w@mail.gmail.com1 parentf831d4a commit558d77f
File tree
26 files changed
+559
-527
lines changed- contrib
- pg_stat_statements
- postgres_fdw
- src
- backend
- executor
- jit/llvm
- nodes
- optimizer/util
- parser
- rewrite
- utils/adt
- include
- executor
- jit
- nodes
- parser
- pl/plpgsql/src
26 files changed
+559
-527
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2579 | 2579 |
| |
2580 | 2580 |
| |
2581 | 2581 |
| |
2582 |
| - | |
| 2582 | + | |
2583 | 2583 |
| |
2584 |
| - | |
| 2584 | + | |
2585 | 2585 |
| |
2586 |
| - | |
2587 |
| - | |
2588 |
| - | |
2589 |
| - | |
| 2586 | + | |
| 2587 | + | |
| 2588 | + | |
| 2589 | + | |
2590 | 2590 |
| |
2591 | 2591 |
| |
2592 | 2592 |
| |
|
Lines changed: 15 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 |
| - | |
| 152 | + | |
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
| |||
401 | 401 |
| |
402 | 402 |
| |
403 | 403 |
| |
404 |
| - | |
| 404 | + | |
405 | 405 |
| |
406 |
| - | |
| 406 | + | |
407 | 407 |
| |
408 | 408 |
| |
409 |
| - | |
| 409 | + | |
410 | 410 |
| |
411 | 411 |
| |
412 | 412 |
| |
413 |
| - | |
| 413 | + | |
414 | 414 |
| |
415 | 415 |
| |
416 | 416 |
| |
417 |
| - | |
| 417 | + | |
418 | 418 |
| |
419 | 419 |
| |
420 |
| - | |
| 420 | + | |
421 | 421 |
| |
422 | 422 |
| |
423 |
| - | |
| 423 | + | |
424 | 424 |
| |
425 | 425 |
| |
426 | 426 |
| |
427 | 427 |
| |
428 |
| - | |
429 |
| - | |
| 428 | + | |
| 429 | + | |
430 | 430 |
| |
431 |
| - | |
| 431 | + | |
432 | 432 |
| |
433 | 433 |
| |
434 | 434 |
| |
| |||
2270 | 2270 |
| |
2271 | 2271 |
| |
2272 | 2272 |
| |
2273 |
| - | |
2274 |
| - | |
| 2273 | + | |
| 2274 | + | |
2275 | 2275 |
| |
2276 | 2276 |
| |
2277 | 2277 |
| |
| |||
2518 | 2518 |
| |
2519 | 2519 |
| |
2520 | 2520 |
| |
2521 |
| - | |
| 2521 | + | |
2522 | 2522 |
| |
2523 | 2523 |
| |
2524 |
| - | |
| 2524 | + | |
2525 | 2525 |
| |
2526 | 2526 |
| |
2527 | 2527 |
| |
|
0 commit comments
Comments
(0)