Re: Postgres, fsync, and OSs (specifically linux)

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Postgres, fsync, and OSs (specifically linux)
Дата
Msg-id 20180522010823.z5bdq7wnlsna5qoo@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: Postgres, fsync, and OSs (specifically linux)  (Thomas Munro <thomas.munro@enterprisedb.com>)
Ответы Re: Postgres, fsync, and OSs (specifically linux)  (Dmitry Dolgov <9erthalion6@gmail.com>)
Список pgsql-hackers
On 2018-05-19 18:12:52 +1200, Thomas Munro wrote:
> On Sat, May 19, 2018 at 4:51 PM, Thomas Munro
> <thomas.munro@enterprisedb.com> wrote:
> > Next, make check hangs in initdb on both of my pet OSes when md.c
> > raises an error (fseek fails) and we raise and error while raising and
> > error and deadlock against ourselves.  Backtrace here:
> > https://paste.debian.net/1025336/
> 
> Ah, I see now that something similar is happening on Linux too, so I
> guess you already knew this.

I didn't. I cleaned something up and only tested installcheck
after... Singleuser mode was broken.

Attached is a new version.

I've changed my previous attempt at using transient files to using File
type files, but unliked from the LRU so that they're kept open. Not sure
if that's perfect, but seems cleaner.

Greetings,

Andres Freund

Вложения

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

Предыдущее
От: Mike Blackwell
Дата:
Сообщение: [PATCH] Clear up perlcritic 'missing return' warning
Следующее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: Problem while updating a foreign table pointing to apartitioned table on foreign server