data0data.c:
Allow also long VARCHARs to be stored externally, not just BLOBs; fixes a bug reported by Trudy Pelzer; needs more testing
This commit is contained in:
parent
9d0b81880c
commit
4bf1d9e445
@ -546,9 +546,7 @@ dtuple_convert_big_rec(
|
||||
}
|
||||
}
|
||||
|
||||
if (!is_externally_stored
|
||||
&& dict_index_get_nth_type(index, i)->mtype
|
||||
== DATA_BLOB) {
|
||||
if (!is_externally_stored) {
|
||||
|
||||
dfield = dtuple_get_nth_field(entry, i);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user