Dmitriy wrote:

> in sql console: 
> postgres=# select uuid_nil();
> server closed the connection unexpectedly
>       This probably means the server terminated abnormally
>       before or while processing the request.

Thanks for the report.  I think the problem here is that we're not
checking the return values of uuid functions.  For example uuid_create
could fail due to memory shortage or a number of other problems.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to