| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Nick Martens <nick80(at)xs4all(dot)nl> |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: possible when setting the timezone |
| Date: | 2006-01-10 18:23:48 |
| Message-ID: | 1931.1136917428@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Nick Martens <nick80(at)xs4all(dot)nl> writes:
> Jan 10 17:14:40 dndwebdev01 postgres[17374]: [1-1] ERROR: unrecognized time
> zone name: "America/Indiana"
> Jan 10 17:14:40 dndwebdev01 kernel: pid 17374 (postgres), uid 70: exited on
> signal 11 (core dumped)
Doesn't happen for me:
regression=# set timezone = 'America/Indiana';
ERROR: unrecognized time zone name: "America/Indiana"
regression=# set timezone = 'America/Indiana';
ERROR: unrecognized time zone name: "America/Indiana"
regression=# set timezone = 'America/Indiana';
ERROR: unrecognized time zone name: "America/Indiana"
regression=#
(This is with 8.0.6, but I don't see any related fixes in the CVS logs.)
Can you get a stack trace from the core dump?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | jao | 2006-01-10 19:33:13 | INSERT causes psql to crash |
| Previous Message | Francois Laupretre | 2006-01-10 18:07:46 | BUG #2162: Same as bug #1679 - finite() - unresolved symbol |