Re: detoast datum into the given buffer as a optimization. - Mailing list pgsql-hackers

From Nikita Malakhov
Subject Re: detoast datum into the given buffer as a optimization.
Date
Msg-id CAN-LCVO3GZAKVTKNwwcezoc=9Lq=kU2via-BM3MXVdOq4tD9RQ@mail.gmail.com
Whole thread Raw
In response to detoast datum into the given buffer as a optimization.  (Andy Fan <zhihuifan1213@163.com>)
List pgsql-hackers
Hi Andy,

For EXPANDED attributes va_rawsize is the size of the compressed attribute, not original size.
You can check toast_save_datum for that.

This thread looks like the second take of the shared detoast datum patch. Have you checked
my proposals in that thread?

--
Regards,
Nikita Malakhov
Postgres Professional
The Russian Postgres Company

pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: general purpose array_sort
Next
From: Aleksander Alekseev
Date:
Subject: Re: [PATCH] Rename trim_array() for consistency with the rest of array_* functions