[pgpool-committers: 2572] 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_3_STABLE

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

Modified Files
--------------
pool_process_query.c |   16 ++++++++--------
pool_select_walker.c |   20 ++++++++++----------
pool_timestamp.c     |    2 +-
3 files changed, 19 insertions(+), 19 deletions(-)



More information about the pgpool-committers mailing list