- Notifications
You must be signed in to change notification settings - Fork5
Commite044a44
committed
Deparse named arguments to use the new => operator instead of :=
Tom Lane pointed out that this wasn't done, and asked whether that wasintentional. Subsequent discussion was in favor of making the change,so here we go.1 parente7cb7ee commite044a44
File tree
3 files changed
+8
-8
lines changed- src
- backend
- parser
- utils/adt
- test/regress/expected
3 files changed
+8
-8
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1860 | 1860 |
| |
1861 | 1861 |
| |
1862 | 1862 |
| |
1863 |
| - | |
| 1863 | + | |
1864 | 1864 |
| |
1865 | 1865 |
| |
1866 | 1866 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6856 | 6856 |
| |
6857 | 6857 |
| |
6858 | 6858 |
| |
6859 |
| - | |
| 6859 | + | |
6860 | 6860 |
| |
6861 | 6861 |
| |
6862 | 6862 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1124 | 1124 |
| |
1125 | 1125 |
| |
1126 | 1126 |
| |
1127 |
| - | |
| 1127 | + | |
1128 | 1128 |
| |
1129 | 1129 |
| |
1130 | 1130 |
| |
1131 | 1131 |
| |
1132 |
| - | |
| 1132 | + | |
1133 | 1133 |
| |
1134 | 1134 |
| |
1135 | 1135 |
| |
1136 | 1136 |
| |
1137 |
| - | |
| 1137 | + | |
1138 | 1138 |
| |
1139 | 1139 |
| |
1140 | 1140 |
| |
| |||
1175 | 1175 |
| |
1176 | 1176 |
| |
1177 | 1177 |
| |
1178 |
| - | |
| 1178 | + | |
1179 | 1179 |
| |
1180 | 1180 |
| |
1181 | 1181 |
| |
| |||
1450 | 1450 |
| |
1451 | 1451 |
| |
1452 | 1452 |
| |
1453 |
| - | |
1454 |
| - | |
| 1453 | + | |
| 1454 | + | |
1455 | 1455 |
| |
1456 | 1456 |
| |
1457 | 1457 |
| |
|
0 commit comments
Comments
(0)