diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-08-28 07:26:48 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-08-28 07:28:27 +0200 |
commit | 6654bb92047b37cee053cedd6fa1829841b2ad8e (patch) | |
tree | ae3b84ab5a8e4581ac6f15b9afe68641ec554bee /src/backend/utils/misc/guc_tables.c | |
parent | 2e6a8047f0c94b4ac1c3e80faecd628ae552a6c3 (diff) | |
download | postgresql-6654bb92047b37cee053cedd6fa1829841b2ad8e.tar.gz postgresql-6654bb92047b37cee053cedd6fa1829841b2ad8e.zip |
Add prefetching support on macOS
macOS doesn't have posix_fadvise(), but fcntl() with the F_RDADVISE
command does the same thing.
Some related documentation has been generalized to not mention
posix_advise() specifically anymore.
Reviewed-by: Thomas Munro <thomas.munro@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/0827edec-1317-4917-a186-035eb1e3241d%40eisentraut.org
Diffstat (limited to 'src/backend/utils/misc/guc_tables.c')
0 files changed, 0 insertions, 0 deletions