Re: FUNC_MAX_ARGS benchmarks
Tatsuo Ishii <t-ishii@sra.co.jp>
From: Tatsuo Ishii <t-ishii@sra.co.jp>
To: pgman@candle.pha.pa.us
Cc: tgl@sss.pgh.pa.us, mail@joeconway.com, lockhart@fourpalms.org, nconway@klamath.dyndns.org, pgsql-hackers@postgresql.org
Date: 2002-08-06T02:08:41Z
Lists: pgsql-hackers
> 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. -- Tatsuo Ishii