Relax fsyncing at end of a bulk load that was not WAL-logged
authorHeikki Linnakangas <[email protected]>
Fri, 16 Aug 2024 11:45:37 +0000 (14:45 +0300)
committerHeikki Linnakangas <[email protected]>
Fri, 16 Aug 2024 11:45:59 +0000 (14:45 +0300)
commit68f199cea3b190ba0bc2c83d92d17e7e1792a141
treefe55b73cbc8957240a508c2d6b84601e81153c2f
parent225483238d3e46669c9d73f8faead7aff567c856
Relax fsyncing at end of a bulk load that was not WAL-logged

And improve the comments.

Backpatch to v17 where this was introduced.

Reviewed-by: Noah Misch
Discussion: https://www.postgresql.org/message-id/cac7d1b6-8358-40be-af0b-21bc9b27d34c@iki.fi
src/backend/storage/smgr/bulk_write.c