mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
pgindent run over code.
This commit is contained in:
12
src/backend/utils/cache/inval.c
vendored
12
src/backend/utils/cache/inval.c
vendored
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/cache/inval.c,v 1.22 1999/05/10 00:46:07 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/cache/inval.c,v 1.23 1999/05/25 16:12:23 momjian Exp $
|
||||
*
|
||||
* Note - this code is real crufty...
|
||||
*
|
||||
@ -106,7 +106,7 @@ InvalidationEntryAllocate(uint16 size)
|
||||
}
|
||||
|
||||
/* --------------------------------
|
||||
* LocalInvalidRegister
|
||||
* LocalInvalidRegister
|
||||
* Returns a new local cache invalidation state containing a new entry.
|
||||
* --------------------------------
|
||||
*/
|
||||
@ -117,7 +117,7 @@ LocalInvalidRegister(LocalInvalid invalid,
|
||||
Assert(PointerIsValid(entry));
|
||||
|
||||
((InvalidationUserData *) entry)->dataP[-1] =
|
||||
(InvalidationUserData *) invalid;
|
||||
(InvalidationUserData *) invalid;
|
||||
|
||||
return entry;
|
||||
}
|
||||
@ -504,7 +504,7 @@ InitLocalInvalidateData()
|
||||
|
||||
|
||||
/*
|
||||
* DiscardInvalid
|
||||
* DiscardInvalid
|
||||
* Causes the invalidated cache state to be discarded.
|
||||
*
|
||||
* Note:
|
||||
@ -527,7 +527,7 @@ DiscardInvalid()
|
||||
}
|
||||
|
||||
/*
|
||||
* RegisterInvalid
|
||||
* RegisterInvalid
|
||||
* Causes registration of invalidated state with other backends iff true.
|
||||
*
|
||||
* Note:
|
||||
@ -559,7 +559,7 @@ RegisterInvalid(bool send)
|
||||
}
|
||||
|
||||
/*
|
||||
* RelationIdInvalidateHeapTuple
|
||||
* RelationIdInvalidateHeapTuple
|
||||
* Causes the given tuple in a relation to be invalidated.
|
||||
*
|
||||
* Note:
|
||||
|
Reference in New Issue
Block a user