Add a hack so that get_type_io_data() can work from bootstrap.c's

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

Commit: 1395ac6c67db2f91a78f8f765015ab51ddc03c85
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-08-15T22:36:17Z
Releases: 8.2.0
Add a hack so that get_type_io_data() can work from bootstrap.c's
internal TypInfo table in bootstrap mode.  This allows array_in and
array_out to be used during early bootstrap, which eliminates the
former obstacle to giving OUT parameters to built-in functions.

Files