mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
provided by Andrew.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/access/nbtree/nbtxlog.c,v 1.54 2009/01/20 18:59:37 heikki Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/access/nbtree/nbtxlog.c,v 1.55 2009/06/11 14:48:54 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -338,8 +338,8 @@ btree_xlog_split(bool onleft, bool isroot,
|
||||
_bt_restore_page(rpage, datapos, datalen);
|
||||
|
||||
/*
|
||||
* On leaf level, the high key of the left page is equal to the
|
||||
* first key on the right page.
|
||||
* On leaf level, the high key of the left page is equal to the first key
|
||||
* on the right page.
|
||||
*/
|
||||
if (xlrec->level == 0)
|
||||
{
|
||||
@ -936,7 +936,7 @@ btree_xlog_cleanup(void)
|
||||
buf = XLogReadBuffer(action->node, action->delblk, false);
|
||||
if (BufferIsValid(buf))
|
||||
{
|
||||
Relation reln;
|
||||
Relation reln;
|
||||
|
||||
reln = CreateFakeRelcacheEntry(action->node);
|
||||
if (_bt_pagedel(reln, buf, NULL, true) == 0)
|
||||
|
Reference in New Issue
Block a user