[pgpool-committers: 689] pgpool: Fix pgpool does not recognize VIEWs other than in default schem

Tatsuo Ishii ishii at postgresql.org
Fri Oct 26 18:27:00 JST 2012


Fix pgpool does not recognize VIEWs other than in default schema,
which is usually "public". This makes pgpool to create caches for such
a VIEW's query results, which of course should not be allowed. Problem
reported and patch provided by jgentsch in bug id #30.

Branch
------
V3_2_STABLE

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

Modified Files
--------------
pool_select_walker.c |    7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)



More information about the pgpool-committers mailing list