[pgpool-committers: 1970] pgpool: Adopt PostgreSQL 9.4 having to_regclass.

Tatsuo Ishii ishii at postgresql.org
Thu May 8 13:33:14 JST 2014


Adopt PostgreSQL 9.4 having to_regclass.

PostgreSQL 9.4 has built-in function "to_regclass", which has
equivalent functionality of pgpool_regclass. Now pgpool searches
to_regclass first then try pgpool_regclass.

Branch
------
V3_3_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=a35b0574bdb91d96ddec4c3c02d70ddf7850b5a2

Modified Files
--------------
pool_process_query.c |   16 +++++++++--
pool_select_walker.c |   78 +++++++++++++++++++++++++++++++++++++++++---------
pool_select_walker.h |    1 +
3 files changed, 80 insertions(+), 15 deletions(-)



More information about the pgpool-committers mailing list