Re: TAP tests aren't using the magic words for Windows file access

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: TAP tests aren't using the magic words for Windows file access
Дата
Msg-id 20191122080041.GH42684@paquier.xyz
обсуждение исходный текст
Ответ на Re: TAP tests aren't using the magic words for Windows file access  (Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>)
Ответы Re: TAP tests aren't using the magic words for Windows file access  (Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>)
Список pgsql-hackers
On Thu, Nov 21, 2019 at 08:09:38PM +0100, Juan José Santamaría Flecha wrote:
> I think Perl's open() is a bad candidate for an overload, so I will update
> the previous patch that only touches slurp_file().

FWIW, I don't like much the approach of patching only slurp_file().
What gives us the guarantee that we won't have this discussion again
in a couple of months or years once a new caller of open() is added
for some new TAP tests, and that it has the same problems with
multi-process concurrency?
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Rework manipulation and structure of attribute mappings
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Why overhead of SPI is so large?