BUG #11014: Postgres can be put into an error state by setting invalid timezone.

Поиск
Список
Период
Сортировка
От dgillis@dystillr.com
Тема BUG #11014: Postgres can be put into an error state by setting invalid timezone.
Дата
Msg-id 20140721194918.27765.11913@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #11014: Postgres can be put into an error state by setting invalid timezone.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_upgrade < 9.3 -> >=9.3 misses a step around multixacts
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #11014: Postgres can be put into an error state by setting invalid timezone.