forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit115bf1e
committed
Fix psql's \dC command to annotate I/O conversion casts as such.
A cast declared WITH INOUT was described as '(binary coercible)',which seems pretty inaccurate; let's print '(with inout)' instead.Per complaint from Jean-Pierre Pelletier.This definitely seems like a bug fix, but given that it's been wrongsince 8.4 and nobody complained before, I'm hesitant to back-patch abehavior change into stable branches. It doesn't seem too late forv11 though.Discussion:https://postgr.es/m/5b887023.1c69fb81.ff96e.6a1d@mx.google.com1 parentc186ba1 commit115bf1e
1 file changed
+38
-18
lines changedLines changed: 38 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
| |||
3953 | 3954 |
| |
3954 | 3955 |
| |
3955 | 3956 |
| |
3956 |
| - | |
3957 |
| - | |
3958 |
| - | |
3959 |
| - | |
3960 |
| - | |
3961 |
| - | |
3962 | 3957 |
| |
3963 | 3958 |
| |
3964 |
| - | |
3965 |
| - | |
3966 |
| - | |
3967 |
| - | |
3968 |
| - | |
3969 |
| - | |
3970 |
| - | |
3971 |
| - | |
| 3959 | + | |
3972 | 3960 |
| |
3973 |
| - | |
3974 |
| - | |
| 3961 | + | |
| 3962 | + | |
| 3963 | + | |
| 3964 | + | |
| 3965 | + | |
| 3966 | + | |
| 3967 | + | |
| 3968 | + | |
| 3969 | + | |
| 3970 | + | |
| 3971 | + | |
| 3972 | + | |
| 3973 | + | |
| 3974 | + | |
| 3975 | + | |
| 3976 | + | |
| 3977 | + | |
| 3978 | + | |
| 3979 | + | |
| 3980 | + | |
| 3981 | + | |
| 3982 | + | |
| 3983 | + | |
| 3984 | + | |
| 3985 | + | |
| 3986 | + | |
| 3987 | + | |
| 3988 | + | |
| 3989 | + | |
3975 | 3990 |
| |
| 3991 | + | |
3976 | 3992 |
| |
3977 | 3993 |
| |
3978 | 3994 |
| |
3979 | 3995 |
| |
3980 | 3996 |
| |
3981 | 3997 |
| |
3982 |
| - | |
| 3998 | + | |
3983 | 3999 |
| |
3984 | 4000 |
| |
| 4001 | + | |
| 4002 | + | |
| 4003 | + | |
| 4004 | + | |
3985 | 4005 |
| |
3986 |
| - | |
| 4006 | + | |
3987 | 4007 |
| |
3988 | 4008 |
| |
3989 | 4009 |
| |
|
0 commit comments
Comments
(0)