Search Postgresql Archives

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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>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.




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux