[pgpool-committers: 2570] pgpool: Fix the case when user table includes spaces.
Tatsuo Ishii
ishii at postgresql.org
Sat Jun 20 02:05:06 JST 2015
Fix the case when user table includes spaces.
For example if table names including space are used (of course using
delimited identifier), pgpool-II cannot be handled correctly by the
internal functions which access system catalogs and it results in SQL
errors. Solution is, to always use delimited identifier. Per bug#136.
Also see [pgpool-general: 3818].
Branch
------
V3_4_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=6a7b1ff4eb1cf0fba16ff3ca909a1505355b05ae
Modified Files
--------------
src/protocol/pool_process_query.c | 16 ++++++++--------
src/rewrite/pool_timestamp.c | 2 +-
src/utils/pool_select_walker.c | 20 ++++++++++----------
3 files changed, 19 insertions(+), 19 deletions(-)
More information about the pgpool-committers
mailing list