[COMMITTERS] pgsql: Dept of second thoughts: rename new perl script.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Dept of second thoughts: rename new perl script.
Дата
Msg-id E1cfZFO-0008R8-Fy@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Adjust PL/Tcl regression test to dodge a possible bug or zonede
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Make src/interfaces/libpq/test clean up after itself.