pgsql: Properly detoast data in brin_form_tuple

2020-11-06 Thread Tomas Vondra
Properly detoast data in brin_form_tuple brin_form_tuple failed to consider the values may be toasted, inserting the toast pointer into the index. This may easily result in index corruption, as the toast data may be deleted and cleaned up by vacuum. The cleanup however does not care about indexes,

pgsql: Properly detoast data in brin_form_tuple

2020-11-06 Thread Tomas Vondra
Properly detoast data in brin_form_tuple brin_form_tuple failed to consider the values may be toasted, inserting the toast pointer into the index. This may easily result in index corruption, as the toast data may be deleted and cleaned up by vacuum. The cleanup however does not care about indexes,

pgsql: Properly detoast data in brin_form_tuple

2020-11-06 Thread Tomas Vondra
Properly detoast data in brin_form_tuple brin_form_tuple failed to consider the values may be toasted, inserting the toast pointer into the index. This may easily result in index corruption, as the toast data may be deleted and cleaned up by vacuum. The cleanup however does not care about indexes,

pgsql: Properly detoast data in brin_form_tuple

2020-11-06 Thread Tomas Vondra
Properly detoast data in brin_form_tuple brin_form_tuple failed to consider the values may be toasted, inserting the toast pointer into the index. This may easily result in index corruption, as the toast data may be deleted and cleaned up by vacuum. The cleanup however does not care about indexes,

pgsql: Properly detoast data in brin_form_tuple

2020-11-06 Thread Tomas Vondra
Properly detoast data in brin_form_tuple brin_form_tuple failed to consider the values may be toasted, inserting the toast pointer into the index. This may easily result in index corruption, as the toast data may be deleted and cleaned up by vacuum. The cleanup however does not care about indexes,

pgsql: Properly detoast data in brin_form_tuple

2020-11-06 Thread Tomas Vondra
Properly detoast data in brin_form_tuple brin_form_tuple failed to consider the values may be toasted, inserting the toast pointer into the index. This may easily result in index corruption, as the toast data may be deleted and cleaned up by vacuum. The cleanup however does not care about indexes,

pgsql: Properly detoast data in brin_form_tuple

2020-11-06 Thread Tomas Vondra
Properly detoast data in brin_form_tuple brin_form_tuple failed to consider the values may be toasted, inserting the toast pointer into the index. This may easily result in index corruption, as the toast data may be deleted and cleaned up by vacuum. The cleanup however does not care about indexes,