Re: [HACKERS] server crash in to_timestamp function

2008-11-11 Thread Tom Lane
"Ibrar Ahmed" <[EMAIL PROTECTED]> writes: > While looking at the code base I have encountered a server crash in > to_timestamp function. > select TO_TIMESTAMP ( '2006 1', ' Q' ); > server closed the connection unexpectedly Looks like Heikki fixed this yesterday. It works here: regression=#

[HACKERS] server crash in to_timestamp function

2008-11-11 Thread Ibrar Ahmed
Hi, While looking at the code base I have encountered a server crash in to_timestamp function. select TO_TIMESTAMP ( '2006 1', ' Q' ); server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. The con