pgpool: Use "grep -E" instead of deprecated "egrep" in pgpool_setup.

From: Bo Peng <pengbo(at)sraoss(dot)co(dot)jp>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Use "grep -E" instead of deprecated "egrep" in pgpool_setup.
Date: 2025-12-08 05:32:12
Message-ID: E1vSTr2-00Af6k-0V@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

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_6_STABLE

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

Modified Files
--------------
src/test/pgpool_setup.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Bo Peng 2025-12-08 05:35:43 pgpool: Use "grep -E" instead of deprecated "egrep" in pgpool_setup.
Previous Message Bo Peng 2025-12-08 05:26:55 pgpool: Use "grep -E" instead of deprecated "egrep" in pgpool_setup.