Re: egrep is obsolescent

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2026-05-13T15:55:43Z
Lists: pgsql-hackers
Peter Eisentraut <peter@eisentraut.org> writes:
> On 13.05.26 17:24, Tom Lane wrote:
>> I did not touch the two usages in port/aix/mkldexport.sh, though.
>> I'm not sure what the standardization situation is in AIX, and
>> this warning doesn't seem like something they'd do anyway.

> It appears that those invocations don't actually need the "e" part of 
> egrep, so they could just be grep?

Oh, good point.  I'll make it so, just for cleanliness.

			regards, tom lane