[pgpool-committers: 531] pgpool: Fix pool_extract_table_oids_from_select_stmt. It does not extra
Tatsuo Ishii
ishii at postgresql.org
Sat Jul 21 21:00:17 JST 2012
Fix pool_extract_table_oids_from_select_stmt. It does not extract
table name correctly if table alias is used. For this new function
make_table_name_from_rangevar is added. unlogged_table_walker was
modified to use this function. Bug report is [pgpool-general: 780].
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=b4df65285cfe8c314164b89eaca4df9e3901ebd8
Modified Files
--------------
pool_select_walker.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++----
1 files changed, 46 insertions(+), 4 deletions(-)
More information about the pgpool-committers
mailing list