]> granicus.if.org Git - postgresql/commit
|
authorMarc G. Fournier <scrappy@hub.org>
Wed, 14 Aug 1996 04:56:55 +0000 (04:56 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 14 Aug 1996 04:56:55 +0000 (04:56 +0000)
commit011ee13131f6fa2f6dbafd3827b70d051cb28f64
treead5243989041a4da272c248714c11aa6ebde7b5e
parent6b9ecd83484e5e4c37fd59b29f83a10e9a5430d9
|
|We're all too familiar with psql's "no response from backend" message.
|Users can't tell what this means, and psql continues prompting for
|commands after it even though the backend is dead and no commands can
|succeed.  It eventually dies on a signal when the dead socket fills
|up.  I extended the message to offer a better explanation and made
|psql exit when it finds the backend is dead.
|
|I also added a short message and newline when the user does a ctl-D so
|it doesn't mess up the terminal display.
|
|

Submitted by: Bryan Henderson <bryanh@giraffe.netgate.net>
src/bin/psql/psql.c
src/interfaces/libpq/fe-exec.c