[pgpool-committers: 67] pgpool: Enhance SimpleQuery() so that it	judges builtin show commands	m
    Tatsuo Ishii 
    ishii at postgresql.org
       
    Wed Mar  7 01:06:46 JST 2012
    
    
  
Enhance SimpleQuery() so that it judges builtin show commands more
effectively. Rather than relying on string comparison, now we look
into the parse tree, which is more efficient and reliable.  Before
"show pool_status" is not recognized(notice extra spaces after
"show"), now it can be recognized.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=0d7c8a3f340674921f360412289083bfaf39ff57
Modified Files
--------------
pool_proto_modules.c |   21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
    
    
More information about the pgpool-committers
mailing list