posix_fadvise() and pg_receivexlog - Mailing list pgsql-hackers

From Fujii Masao
Subject posix_fadvise() and pg_receivexlog
Date
Msg-id CAHGQGwF4fG8mRB_Ly6toVgVnhNVx+dzsuDyk_j7sPUrLge5k_g@mail.gmail.com
Whole thread Raw
Responses Re: posix_fadvise() and pg_receivexlog
Re: posix_fadvise() and pg_receivexlog
List pgsql-hackers
Hi,

The WAL files that pg_receivexlog writes will not be re-read soon basically,
so we can advise the OS to release any cached pages when WAL file is
closed. I feel inclined to change pg_receivexlog that way. Thought?

Regards,

-- 
Fujii Masao



pgsql-hackers by date:

Previous
From: Jeff Janes
Date:
Subject: Re: Supporting Windows SChannel as OpenSSL replacement
Next
From: Peter Geoghegan
Date:
Subject: Re: A worst case for qsort