forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita397109
committed
psql: Fix name quoting on extended statistics
Per our message style guidelines, for human consumption we quotequalified names as a whole rather than each part separately; but commitsbc08520 introduced a deviation for extended statistics anda4d75c8 copied it. I don't agree with this policy applying tonames shown by psql, but that's a poor reason to deviate from thepractice only in two obscure corners, so make said corners use the samestyle as everywhere else.Backpatch to 14. The first of these is older, but I'm not sure we wantto destabilize the psql output in the older branches for such a smallthing.Discussion:https://postgr.es/m/20210828181618.GS26465@telsasoft.com1 parentbfd4567 commita397109
File tree
3 files changed
+11
-11
lines changed- src
- bin/psql
- test/regress/expected
3 files changed
+11
-11
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2917 | 2917 |
| |
2918 | 2918 |
| |
2919 | 2919 |
| |
2920 |
| - | |
| 2920 | + | |
2921 | 2921 |
| |
2922 | 2922 |
| |
2923 | 2923 |
| |
| |||
3012 | 3012 |
| |
3013 | 3013 |
| |
3014 | 3014 |
| |
3015 |
| - | |
| 3015 | + | |
3016 | 3016 |
| |
3017 | 3017 |
| |
3018 | 3018 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
416 | 416 |
| |
417 | 417 |
| |
418 | 418 |
| |
419 |
| - | |
420 |
| - | |
| 419 | + | |
| 420 | + | |
421 | 421 |
| |
422 | 422 |
| |
423 | 423 |
| |
| |||
456 | 456 |
| |
457 | 457 |
| |
458 | 458 |
| |
459 |
| - | |
460 |
| - | |
| 459 | + | |
| 460 | + | |
461 | 461 |
| |
462 | 462 |
| |
463 | 463 |
| |
| |||
478 | 478 |
| |
479 | 479 |
| |
480 | 480 |
| |
481 |
| - | |
482 |
| - | |
| 481 | + | |
| 482 | + | |
483 | 483 |
| |
484 | 484 |
| |
485 | 485 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
| 95 | + | |
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
| 127 | + | |
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
| |||
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
147 |
| - | |
| 147 | + | |
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
|
0 commit comments
Comments
(0)