Re: Identifying no-op length coercions
Jim Nasby <jim@nasby.net>
From: Jim Nasby <jim@nasby.net>
To: Alexey Klyukin <alexk@commandprompt.com>
Cc: Noah Misch <noah@leadboat.com>, Tom Lane <tgl@sss.pgh.pa.us>, Robert Haas <robertmhaas@gmail.com>, pgsql-hackers@postgresql.org
Date: 2011-06-03T15:43:17Z
Lists: pgsql-hackers
On Jun 3, 2011, at 10:11 AM, Alexey Klyukin wrote: >> Is your interest in cheap varchar(N)->varchar(N+M) conversions specifically, or >> in some broader application of this facility? > > Exactly varchar conversions. Why limit it to varchar? Shouldn't we be able to do this for any varlena? The only challenge I see is numeric; we'd need to ensure that both size and precision are not decreasing. -- Jim C. Nasby, Database Architect jim@nasby.net 512.569.9461 (cell) http://jim.nasby.net