OSDN Git Service

Fixes for \encoding command.
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 21 Feb 2000 02:05:12 +0000 (02:05 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 21 Feb 2000 02:05:12 +0000 (02:05 +0000)
commit320d3e06ee5b893c52b25ebd65a3ade4735c29e6
tree39f4b4269904569960963c1ced27f326adb33e8a
parentf72aad5678b5d9bf570a51a9899b4e950ce9f828
Fixes for \encoding command.
1) freeing null pointer
2) invalid encoding info may be stored into psql variable
3) fix indentation
src/bin/psql/command.c