Re: Possible race condition in pg_mkdir_p()?

Поиск
Список
Период
Сортировка
От Ning Yu
Тема Re: Possible race condition in pg_mkdir_p()?
Дата
Msg-id CAKmaiL0A5hL=sk9Cr=WmbaNkvp2_avYONhSoXGkHU_j1u3+OmQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Possible race condition in pg_mkdir_p()?  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On Wed, Jul 31, 2019 at 12:41 PM Michael Paquier <michael@paquier.xyz> wrote:
>
> On Wed, Jul 31, 2019 at 12:26:30PM +0800, Ning Yu wrote:
> > Could I double confirm with you that you made a clean rebuild after
> > applying the patches?  pg_mkdir_p() is compiled as part of libpgport.a,
> > and the postgres makefile will not relink the initdb binary
> > automatically, for myself I must 'make clean' and 'make' to ensure
> > initdb gets relinked.
>
> For any patch I test, I just do a "git clean -d -x -f" before building
> as I switch a lot across stable branches as well.  It looks that you
> are right on this one though, I have just rebuilt from scratch and I
> don't see the failures anymore.

Cool, glad to know that it works.

Best Regards
Ning

> --
> Michael



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Possible race condition in pg_mkdir_p()?
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: tap tests driving the database via psql