Use "grep -E" instead of deprecated "egrep" in pgpool_setup.
Replace "egrep" with "grep -E" to avoid obsolescence warnings on newer GNU grep versions.
Branch
------
V4_5_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=4ab6049dba9a903afb0e41e4531b86ccb8a16e67
Modified Files
--------------
src/test/pgpool_setup.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)