[pgpool-committers: 15] pgpool: Cosmetic editorial. Change declaration of is_cache_empty() from

Tatsuo Ishii ishii at postgresql.org
Wed Dec 7 19:01:17 JST 2011


Cosmetic editorial. Change declaration of is_cache_empty() from int
to bool because there's no point to use int for a function which
returns logical value. Also refactor it to use
pool_read_buffer_is_empty() macro.

Branch
------
master

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

Modified Files
--------------
pool_process_query.c |   18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)



More information about the pgpool-committers mailing list