pgsql: Fix data loss when restarting the bulk_write facility

2024-11-22 Thread Heikki Linnakangas
Fix data loss when restarting the bulk_write facility If a user started a bulk write operation on a fork with existing data to append data in bulk, the bulk_write machinery would zero out all previously written pages up to the last page written by the new bulk_write operation. This is not an issu

pgsql: Fix data loss when restarting the bulk_write facility

2024-11-22 Thread Heikki Linnakangas
Fix data loss when restarting the bulk_write facility If a user started a bulk write operation on a fork with existing data to append data in bulk, the bulk_write machinery would zero out all previously written pages up to the last page written by the new bulk_write operation. This is not an issu