fix_comment_in_blvacuum_c.patch
application/octet-stream
Filename: fix_comment_in_blvacuum_c.patch
Type: application/octet-stream
Part: 0
Message:
Fix typo in blvacuum.c
Patch
Format: unified
| File | + | − |
|---|---|---|
| contrib/bloom/blvacuum.c | 1 | 1 |
diff --git a/contrib/bloom/blvacuum.c b/contrib/bloom/blvacuum.c index 2e06087..b0e4433 100644 --- a/contrib/bloom/blvacuum.c +++ b/contrib/bloom/blvacuum.c @@ -125,7 +125,7 @@ blbulkdelete(IndexVacuumInfo *info, IndexBulkDeleteResult *stats, /* Is it empty page now? */ if (BloomPageGetMaxOffset(page) == 0) BloomPageSetDeleted(page); - /* Adjust pg_lower */ + /* Adjust pd_lower */ ((PageHeader) page)->pd_lower = (Pointer) itupPtr - page; /* Finish WAL-logging */ GenericXLogFinish(gxlogState);