MAX Query length

From: "Ansley, Michael" <Michael(dot)Ansley(at)intec(dot)co(dot)za>
To: "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>
Subject: MAX Query length
Date: 1999-07-14 07:48:01
Message-ID: 1BF7C7482189D211B03F00805F8527F70ED02B@S-NATH-EXCH2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Trawling through the code last night I noticed that:
#define MAX_QUERY_SIZE (BLCKSZ * 2)

Is there any conceivable reason why the query length would be dependent on
the block size? Or do I just have old source code?

MikeA

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nuchanach Klinjun 1999-07-14 08:06:34 upgrade problem
Previous Message Gene Sokolov 1999-07-14 07:32:57 Re: [HACKERS] Updated TODO list