1
0
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:
Robert Haas
2011-06-27 13:55:55 -04:00
parent 66a36ef949
commit e16954f3d2
3 changed files with 100 additions and 44 deletions

View File

@@ -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 */