Re: pg_preadv() and pg_pwritev()
Sergey Shinderuk <s.shinderuk@postgrespro.ru>
From: Sergey Shinderuk <s.shinderuk@postgrespro.ru>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-01-13T10:17:36Z
Lists: pgsql-hackers
On 13.01.2021 12:56, Thomas Munro wrote: > On Wed, Jan 13, 2021 at 10:40 PM Sergey Shinderuk > <s.shinderuk@postgrespro.ru> wrote: >> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/sys/uio.h:104:9: >> note: 'pwritev' has been marked as being introduced in macOS 11.0 here, >> but the deployment target is macOS >> 10.15.0 >> ssize_t pwritev(int, const struct iovec *, int, off_t) >> __DARWIN_NOCANCEL(pwritev) __API_AVAILABLE(macos(11.0), ios(14.0), >> watchos(7.0), tvos(14.0)); >> ^ > > Hrm... So why did "configure" think you have pwritev, then? It seems > like you must have been using different compilers or options at > configure time and compile time, no? > No, i've just rerun configure from clean checkout without any options. It does think that pwritev is available. I'll try to figure this out later and come back to you. Thanks.
Commits
-
Improve our heuristic for selecting PG_SYSROOT on macOS.
- 3934543c2bb0 9.5.25 landed
- fc6d08b27a33 9.6.21 landed
- 5fa060c8f593 10.16 landed
- 046c8facecee 11.11 landed
- f5d044eaeff0 12.6 landed
- f44ae4db5fec 13.2 landed
- 4823621db312 14.0 landed
-
Move our p{read,write}v replacements into their own files.
- 0d56acfbaa79 14.0 landed
-
Don't use elog() in src/port/pwrite.c.
- df10ac625c16 14.0 landed
-
Use vectored I/O to fill new WAL segments.
- ce6a71fa5300 14.0 landed
-
Provide pg_preadv() and pg_pwritev().
- 13a021f3e8c9 14.0 landed