Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1f5cc8c78aa3e600f3857f39e1b92bb9d019e68b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-11-30T18:38:47Z
Releases: 7.1.1
Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that
both MULTIBYTE and TOAST prevent char(n) from being truly fixed-size.
Simplify and speed up fastgetattr() and index_getattr() macros by
eliminating special cases for attnum=1.  It's just as fast to handle
the first attribute by presetting its attcacheoff to zero; so do that
instead when loading the tupledesc in relcache.c.

Files