Re: Manipulating complex types as non-contiguous structures in-memory

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-hackers@postgresql.org
Date: 2015-03-28T21:24:36Z
Lists: pgsql-hackers

Attachments

I wrote:
> [ expanded-arrays-1.0.patch ]

This is overdue for a rebase; attached.  No functional changes, but some
of what was in the original patch has already been merged, and other parts
were superseded.

			regards, tom lane

Commits

  1. Use fast path in plpgsql's RETURN/RETURN NEXT in more cases.

  2. Add support for multiple kinds of external toast datums.