Re: BUG #2803: server terminated abnormally when limit or offset is null - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2803: server terminated abnormally when limit or offset is null
Date
Msg-id 22676.1165177960@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2803: server terminated abnormally when limit or offset is null  ("Greg Johnson" <gregj@interprose.com>)
List pgsql-bugs
"Greg Johnson" <gregj@interprose.com> writes:
> Description:        server terminated abnormally when limit or offset is
> null

Sigh ... looks like this was broken by the recent change to make
limit/offset be int8 instead of int4.  Thanks for the report.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Greg Johnson"
Date:
Subject: BUG #2803: server terminated abnormally when limit or offset is null
Next
From: "Lucian Capdefier"
Date:
Subject: Re: BUG #2789: problem with delete statement