]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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)
commitc18c321365117cd60fe42f562838fe126317bf52
tree9b5b651a872c192ea7054a341ead70b60dd869a9
parentffd9aaa0a92842f00fd5107e3325876beae83eed
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