pgsql: Improve portability of 'tr' invocation in PGAC_ARG_CHECK. - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Improve portability of 'tr' invocation in PGAC_ARG_CHECK.
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Improve portability of 'tr' invocation in PGAC_ARG_CHECK.  Reported by
Olivier Prenant, fixed by Peter.

Modified Files:
--------------
    pgsql/config:
        general.m4 (r1.7 -> r1.8)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/config/general.m4.diff?r1=1.7&r2=1.8)
    pgsql:
        configure (r1.520 -> r1.521)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.520&r2=1.521)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Update supported-platforms list based on recent buildfarm
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Better solution to the tr problem: use sed instead.