mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Final pgindent + perltidy run for v10.
This commit is contained in:
@@ -233,7 +233,7 @@ SimpleLruInit(SlruCtl ctl, const char *name, int nslots, int nlsns,
|
||||
}
|
||||
|
||||
/* Should fit to estimated shmem size */
|
||||
Assert(ptr - (char *) shared <= SimpleLruShmemSize(nslots, nlsns));
|
||||
Assert(ptr - (char *) shared <= SimpleLruShmemSize(nslots, nlsns));
|
||||
}
|
||||
else
|
||||
Assert(found);
|
||||
|
||||
Reference in New Issue
Block a user