Speed up array element assignment in plpgsql by caching type information.

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

Commit: 16762b519c9421ad5f1e373b1d89b0f2f6568769
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-09-26T19:38:07Z
Releases: 9.2.0
Speed up array element assignment in plpgsql by caching type information.

Cache assorted data in the PLpgSQL_arrayelem struct to avoid repetitive
catalog lookups over multiple executions of the same statement.

Pavel Stehule

Files