Window function bug - Mailing list pgsql-bugs

From Jeff Davis
Subject Window function bug
Date
Msg-id 1310431686.497.26.camel@jdavis-ux.asterdata.local
Whole thread Raw
Responses Re: Window function bug
List pgsql-bugs
In branch postgresql/master:

SELECT SUM(SUM(a)) OVER ()
 FROM (SELECT NULL::int4 AS a WHERE FALSE) R;

ERROR:  XX000: cannot extract attribute from empty tuple slot

Honestly, I'm not sure what the semantics of that are supposed to be. Is
it even allowed by the standard?

Regards,
    Jeff Davis

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #6085: pg_upgrade fails when unix_socket_directory != /tmp
Next
From: Dave Page
Date:
Subject: Re: application_name appears in Reporting and logging