Re: FUNC_MAX_ARGS benchmarks
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Tatsuo Ishii <t-ishii@sra.co.jp>
Cc: pgman@candle.pha.pa.us, mail@joeconway.com, lockhart@fourpalms.org, nconway@klamath.dyndns.org, pgsql-hackers@postgresql.org
Date: 2002-08-06T02:54:39Z
Lists: pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes: >> I don't have trouble with 128, but other than standards compliance, I >> can't see many people getting >64 names. > Don't forget that 128 is for *bytes*, not for characters(this is still > ture with 7.3). In CJK(Chinese, Japanese and Korean) single character > can eat up to 3 bytes if the encoding is UTF-8. True, but in those languages a typical name would be many fewer characters than it is in Western alphabets, no? I'd guess (with no evidence though) that the effect would more or less cancel out. regards, tom lane