Fix psql crash. If MULTIBYTE is enabled, \l+ dumps core due to
authorTatsuo Ishii <ishii@postgresql.org>
Thu, 7 Sep 2000 04:55:27 +0000 (04:55 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Thu, 7 Sep 2000 04:55:27 +0000 (04:55 +0000)
commite433bcd538a25a561a30218527773ba50aba626d
treefccc32b70477645a8e5013998a69a3327e981967
parent2e0b37aac337ac48c13a1e7e1284060075f25862
Fix psql crash. If MULTIBYTE is enabled, \l+ dumps core due to
SQL buffer in listAllDbs is just too small.
src/bin/psql/describe.c