pgsql: Don't try to test files named with a trailing dot on Windows
В списке pgsql-committers по дате отправления:
| От | Andrew Dunstan |
|---|---|
| Тема | pgsql: Don't try to test files named with a trailing dot on Windows |
| Дата | |
| Msg-id | E1gEDOJ-0000dz-JH@gemulon.postgresql.org обсуждение исходный текст |
| Ответы |
Re: pgsql: Don't try to test files named with a trailing dot onWindows
|
| Список | pgsql-committers |
Don't try to test files named with a trailing dot on Windows The pg_verify_checksums test tries to create files with corrupt data named "123." and "123_." But on Windows a file name with a trailing dot is the same as a file without the trailing dot. In the first case this will create a file with a "valid" name, which causes the test to fail in an unexpected way, and in the secongd case this will be redandant as the test already creates a file named "123_". Bug discovered by buildfarm animal bowerbird. Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/c468bd5c087051e2edc573118a42d73a8ae3c3a4 Modified Files -------------- src/bin/pg_verify_checksums/t/002_actions.pl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера