mirror of
https://github.com/postgres/postgres.git
synced 2025-08-18 12:22:09 +03:00
Re-run pgindent.
This is just to have a clean base state for testing of Piotr Stefaniak's latest version of FreeBSD indent. I fixed up a couple of places where pgindent would have changed format not-nicely. perltidy not included. Discussion: https://postgr.es/m/VI1PR03MB119959F4B65F000CA7CD9F6BF2CC0@VI1PR03MB1199.eurprd03.prod.outlook.com
This commit is contained in:
@@ -902,8 +902,8 @@ PageIndexMultiDelete(Page page, OffsetNumber *itemnos, int nitems)
|
||||
offset != MAXALIGN(offset))
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_DATA_CORRUPTED),
|
||||
errmsg("corrupted item pointer: offset = %u, length = %u",
|
||||
offset, (unsigned int) size)));
|
||||
errmsg("corrupted item pointer: offset = %u, length = %u",
|
||||
offset, (unsigned int) size)));
|
||||
|
||||
if (nextitm < nitems && offnum == itemnos[nextitm])
|
||||
{
|
||||
|
Reference in New Issue
Block a user