pgScript bug - Mailing list pgsql-bugs

From Friar
Subject pgScript bug
Date
Msg-id 1370972604.142897464@f378.i.mail.ru
Whole thread Raw
List pgsql-bugs
Hello! I've found pgScript bug:

SET @now = '2013-06-01 12:00:00.00000';
SET @now = '@now';
SELECT @now::timestamp;

This code is executed indefinitely.

pgAdmin v1.16.1 for Windows, postgres 9.2 Debian 6.0

With best regards, Konstantin

pgsql-bugs by date:

Previous
From: Andres Freund
Date:
Subject: Re: [ODBC] Segmentation Fault in Postgres server when using psqlODBC
Next
From: Stephen Frost
Date:
Subject: Re: Memory-leak in BackgroundWriter(and Checkpointer)