[COMMITTERS] pgsql: Dept of second thoughts: rename new perl script. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Dept of second thoughts: rename new perl script.
Date
Msg-id E1cfZFO-0008R8-Fy@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Dept of second thoughts: rename new perl script.

It didn't take long at all for me to become irritated that the original
choice of name for this script resulted in "warning" showing up in several
places in build logs, because I tend to grep for that.  Change the script
name to avoid that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5b3a2ca850718e1fd74f26bc2886e880676b2cd6

Modified Files
--------------
src/Makefile.global.in         |  2 +-
src/tools/fix-flex-warning.pl  | 65 ------------------------------------------
src/tools/fix-old-flex-code.pl | 65 ++++++++++++++++++++++++++++++++++++++++++
src/tools/msvc/pgflex.pl       |  2 +-
4 files changed, 67 insertions(+), 67 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Adjust PL/Tcl regression test to dodge a possible bug or zonede
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Make src/interfaces/libpq/test clean up after itself.