Fix varlena.c routines to allow 1-byte-header text values. This is now
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 Sep 2007 00:36:38 +0000 (00:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 Sep 2007 00:36:38 +0000 (00:36 +0000)
commit0449013323e609058efd81c4b7c40709c0899228
treea6e062a1d5fd117c24fd074eddf289fa9ae5336c
parentc01ecc23abef7def9e7f427ec875112034847880
Fix varlena.c routines to allow 1-byte-header text values.  This is now
demonstrably necessary for text_substring() since regexp_split functions
may pass it such a value; and we might as well convert the whole file
at once.  Per buildfarm results (though I wonder why most machines aren't
showing a failure).
src/backend/utils/adt/varlena.c