Re: What is the length of tuple with a TOAST pointer? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: What is the length of tuple with a TOAST pointer?
Date
Msg-id 10117.1441399678@sss.pgh.pa.us
Whole thread Raw
In response to What is the length of tuple with a TOAST pointer?  (Vignesh Raghunathan <vignesh.pgsql@gmail.com>)
List pgsql-hackers
Vignesh Raghunathan <vignesh.pgsql@gmail.com> writes:
> If a tuple has a pointer to a TOAST table entry, would the tuple's length
> stored in its corresponding Item include the length of the entry in the
> TOAST table?

No.  It would include the length of the TOAST-pointer datum.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Vignesh Raghunathan
Date:
Subject: What is the length of tuple with a TOAST pointer?
Next
From: Stephen Frost
Date:
Subject: Re: WIP: SCRAM authentication