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)
commitb5d1608b0ae32e47ddfaf4c5e41afc7004171075
tree820d16c68bf38bbe65385e2ddc72253945c06d66
parent7583f9a7cab95e067581606d86b4962525fa81f5
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