[pgpool-committers: 690] 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
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=4e42e9e83c4ff3a8d8e22539a9a9553a79892c7f
Modified Files
--------------
pool_select_walker.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
More information about the pgpool-committers
mailing list