Re: WARNING: could not flush dirty data: Function not implemented

Поиск
Список
Период
Сортировка
От Ravi Krishna
Тема Re: WARNING: could not flush dirty data: Function not implemented
Дата
Msg-id 580629899.264920.1535975953888@mail.yahoo.com
обсуждение исходный текст
Ответ на WARNING: could not flush dirty data: Function not implemented  (Ravi Krishna <sravikrishna@aol.com>)
Список pgsql-general
>That means that the linux emulation by microsoft isn't good enough.  You
>can work around it by setting checkpoint_flush_after=0 and
>wal_writer_flush_after=0.


bgwriter_flush_after = 0                # measured in pages, 0 disables
backend_flush_after = 0                # measured in pages, 0 disables
wal_writer_flush_after = 0              # measured in pages, 0 disables
checkpoint_flush_after = 0              # measured in pages, 0 disables

I set it as shown above and yet while create the database I get the same warning.


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

Предыдущее
От: Mate Varga
Дата:
Сообщение: Re: very slow largeobject transfers through JDBC
Следующее
От: Tom Lane
Дата:
Сообщение: Re: WARNING: could not flush dirty data: Function not implemented