[Pgpool-committers] pgpool - pgpool-II: Fix pgpool-regclass().

User T-ishii t-ishii at pgfoundry.org
Wed Jan 26 01:28:16 UTC 2011


Log Message:
-----------
Fix pgpool-regclass().
It appeared that using PG_TRY/CATCH is not safe, sometimes backend
dies with PANIC:  ERRORDATA_STACK_SIZE exceeded.
The only solution is stealing some functions from PostgreSQL
and modify it not to throw errors.
This is not elegant at all but PostgreSQL developers do not allow
to add such that built-in functions. Sigh.

Tags:
----
V3_0_STABLE

Modified Files:
--------------
    pgpool-II/sql/pgpool-regclass:
        pgpool-regclass.c (r1.1 -> r1.1.2.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/sql/pgpool-regclass/pgpool-regclass.c?r1=1.1&r2=1.1.2.1)


More information about the Pgpool-committers mailing list