Re: pread() and pwrite() - Mailing list pgsql-hackers

From Jesper Pedersen
Subject Re: pread() and pwrite()
Date
Msg-id 7f379440-dfec-70ca-8a0d-942f1381936b@redhat.com
Whole thread Raw
In response to Re: pread() and pwrite()  (Thomas Munro <thomas.munro@enterprisedb.com>)
Responses Re: pread() and pwrite()  (Jesper Pedersen <jesper.pedersen@redhat.com>)
List pgsql-hackers
Hi,

On 07/26/2018 10:04 PM, Thomas Munro wrote:
> Done.  Rebased.
> 

This needs a rebase again.

Once resolved the patch passes make check-world, and a strace analysis 
shows the associated read()/write() have been turned into 
pread64()/pwrite64(). All lseek()'s are SEEK_END's.

Best regards,
  Jesper


pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: JIT compiling with LLVM v12
Next
From: Andres Freund
Date:
Subject: Re: JIT compiling with LLVM v12