BUG #11014: Postgres can be put into an error state by setting invalid timezone. - Mailing list pgsql-bugs

From dgillis@dystillr.com
Subject BUG #11014: Postgres can be put into an error state by setting invalid timezone.
Date
Msg-id 20140721194918.27765.11913@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #11014: Postgres can be put into an error state by setting invalid timezone.
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      11014
Logged by:          Duncan Gillis
Email address:      dgillis@dystillr.com
PostgreSQL version: 9.4beta1
Operating system:   Ubuntu 13.04; Ubuntu 14.04
Description:

psql (9.4beta1)
Type "help" for help.

postgres=#
postgres=#
postgres=# show timezone;
 TimeZone
----------
 UTC
(1 row)

postgres=#
postgres=#
postgres=# set timezone='-0400';
SET
postgres=#
postgres=# show timezone;
 TimeZone
----------
 unknown
(1 row)

postgres=# select now();
The connection to the server was lost. Attempting reset: Failed.
!>

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_upgrade < 9.3 -> >=9.3 misses a step around multixacts
Next
From: Tom Lane
Date:
Subject: Re: BUG #11014: Postgres can be put into an error state by setting invalid timezone.