pgsql: Avoid use of wildcard in pg_waldump's .gitignore.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Avoid use of wildcard in pg_waldump's .gitignore.
Дата
Msg-id E1iGmtg-0000x2-Uo@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Avoid use of wildcard in pg_waldump's .gitignore.

This would be all right, maybe, if it didn't also match a file that
definitely should not be ignored.  We don't add rmgrs so often that
manual maintenance of this file list is impractical, so just write
out the list.

(I find the equivalent wildcard use in the Makefile pretty lazy and
unsafe as well, but will leave that alone until it actually causes a
problem.)

Per bug #16042 from Denis Stuchalin.

Discussion: https://postgr.es/m/16042-c174ee692ac21cbd@postgresql.org

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4f119e156e65546aec55e06d288e6f6a8e10f958

Modified Files
--------------
src/bin/pg_waldump/.gitignore | 23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Disable one more set of tests from c8841199509.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Report test_atomic_ops() failures consistently, via macros.