| From: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
|---|---|
| To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Getting rid of some more lseek() calls |
| Date: | 2020-02-06 23:38:27 |
| Message-ID: | CA+hUKGJ+oHhnvqjn3=Hro7xu-YDR8FPr0FL6LF35kHRX=_bUzg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hello,
Continuing the work done in commits 0dc8ead4 and c24dcd0c, here are a
few more places where we could throw away some code by switching to
pg_pread() and pg_pwrite().
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Use-pg_pread-and-pg_pwrite-in-slru.c.patch | application/octet-stream | 2.4 KB |
| 0002-Use-pg_pwrite-in-rewriteheap.c.patch | application/octet-stream | 1.4 KB |
| 0003-Use-pg_pwrite-in-walreceiver.c.patch | application/octet-stream | 2.9 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Palamadai, Eka | 2020-02-06 23:51:55 | [PATCH] Replica sends an incorrect epoch in its hot standby feedback to the Master |
| Previous Message | Daniel Gustafsson | 2020-02-06 22:30:40 | Re: Improve errors when setting incorrect bounds for SSL protocols |