mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
Try again to make the visibility map crash safe.
My previous attempt was quite a bit less than half-baked with respect to heap_update().
This commit is contained in:
@@ -39,6 +39,6 @@ extern void RelationPutHeapTuple(Relation relation, Buffer buffer,
|
||||
extern Buffer RelationGetBufferForTuple(Relation relation, Size len,
|
||||
Buffer otherBuffer, int options,
|
||||
struct BulkInsertStateData * bistate,
|
||||
Buffer *vmbuffer);
|
||||
Buffer *vmbuffer, Buffer *vmbuffer_other);
|
||||
|
||||
#endif /* HIO_H */
|
||||
|
||||
Reference in New Issue
Block a user