mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Fix typo.
Eiji Seki Discussion: http://postgr.es/m/A11BD0E1A40FAC479D740CEFA373E203397E5276@g01jpexmbkw05
This commit is contained in:
parent
11c1d555ce
commit
c6fd5cd706
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user