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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a hack so that get_type_io_data() can work from bootstrap.c's
Date: 2006-08-15 22:36:17
Message-ID: 20060815223617.F17DF9FB2E6@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/bootstrap:
bootstrap.c (r1.223 -> r1.224)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/bootstrap/bootstrap.c.diff?r1=1.223&r2=1.224)
pgsql/src/backend/utils/cache:
lsyscache.c (r1.135 -> r1.136)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/lsyscache.c.diff?r1=1.135&r2=1.136)
pgsql/src/include/bootstrap:
bootstrap.h (r1.42 -> r1.43)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/bootstrap/bootstrap.h.diff?r1=1.42&r2=1.43)

Browse pgsql-committers by date

  From Date Subject
Next Message User Hinoue 2006-08-16 02:27:29 psqlodbc - psqlodbc: Fix a bug in SQLSetPos under UseDeclare/Fetch mode.
Previous Message Tom Lane 2006-08-15 19:01:17 pgsql: Add hooks to allow debugging and performance measurement plugins