]> granicus.if.org Git - postgresql/commit
Fix psql's \dC command to annotate I/O conversion casts as such.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 31 Aug 2018 20:45:33 +0000 (16:45 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 31 Aug 2018 20:45:33 +0000 (16:45 -0400)
commit115bf1e79af0114c18d7d5675f4ba7e8bd6e11e9
tree8e7069194b2a88e1a1d0ddf90e0c7c16c0bf1202
parentc186ba135ecafe987842920829629ef466ce6ce1
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 wrong
since 8.4 and nobody complained before, I'm hesitant to back-patch a
behavior change into stable branches.  It doesn't seem too late for
v11 though.

Discussion: https://postgr.es/m/5b887023.1c69fb81.ff96e.6a1d@mx.google.com
src/bin/psql/describe.c