RE: [HACKERS] Token length limit - Mailing list pgsql-hackers

From Ansley, Michael
Subject RE: [HACKERS] Token length limit
Date
Msg-id 1BF7C7482189D211B03F00805F8527F70ED0E1@S-NATH-EXCH2
Whole thread Raw
List pgsql-hackers
>> (Actually I think the limit is currently 64k not 16k, because of the
>> hack that parser/Makefile applies to scan.c, but the point is there
>> shouldn't be any hardwired limit...)
Yes, I noticed that hack.  

>> Yes, and yes.  It's not a critical issue as long as we have limited
>> tuple sizes, but we do need to fix this eventually.
The theory is, of course, that now the query string lengths are unlimited,
there is good reason to remove the tuple block-size limit.  Somebody...
somebody.... anybody.....

Anyway, it has been a good learning experience, and thanks for everybody's
help so far.  With some luck, the debugging process will be short and sweet.


MikeA




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Token length limit
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Index scan?