[pgpool-committers: 8817] pgpool: Fix to to use NIL to judge a List is empty or not.

Tatsuo Ishii ishii at sraoss.co.jp
Mon Sep 26 11:34:28 JST 2022


Fix to to use NIL to judge a List is empty or not.

Previously it mistakenly judge by the value of the pointer itself is
NULL, which is not allowed by our coding standard.

Branch
------
master

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

Modified Files
--------------
src/parser/outfuncs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



More information about the pgpool-committers mailing list