dbTalk Databases Forums  

[BUGS] BUG #2803: server terminated abnormally when limit or offset is null

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #2803: server terminated abnormally when limit or offset is null in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Greg Johnson
 
Posts: n/a

Default [BUGS] BUG #2803: server terminated abnormally when limit or offset is null - 12-03-2006 , 01:26 PM







The following bug has been logged online:

Bug reference: 2803
Logged by: Greg Johnson
Email address: gregj (AT) interprose (DOT) com
PostgreSQL version: 8.2rc1
Operating system: Red Hat Enterprise Linux WS release 4 (Nahant Update 3)
Description: server terminated abnormally when limit or offset is
null
Details:

Examples:

select * from pg_stat_activity limit null;
select * from pg_stat_activity offset null;

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly

Reply With Quote
  #2  
Old   
Tom Lane
 
Posts: n/a

Default Re: [BUGS] BUG #2803: server terminated abnormally when limit or offset is null - 12-03-2006 , 02:33 PM






"Greg Johnson" <gregj (AT) interprose (DOT) com> writes:
Quote:
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

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.