D'Arcy change.
This commit is contained in:
parent
baf9a6e24c
commit
54612f5141
4
src/backend/utils/cache/catcache.c
vendored
4
src/backend/utils/cache/catcache.c
vendored
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/utils/cache/catcache.c,v 1.1.1.1 1996/07/09 06:22:06 scrappy Exp $
|
* $Header: /cvsroot/pgsql/src/backend/utils/cache/catcache.c,v 1.2 1996/10/13 18:38:51 momjian Exp $
|
||||||
*
|
*
|
||||||
* Notes:
|
* Notes:
|
||||||
* XXX This needs to use exception.h to handle recovery when
|
* XXX This needs to use exception.h to handle recovery when
|
||||||
@ -965,7 +965,7 @@ SearchSysCache(struct catcache *cache,
|
|||||||
void
|
void
|
||||||
RelationInvalidateCatalogCacheTuple(Relation relation,
|
RelationInvalidateCatalogCacheTuple(Relation relation,
|
||||||
HeapTuple tuple,
|
HeapTuple tuple,
|
||||||
void (*function)())
|
void (*function)(int, Index, ItemPointer))
|
||||||
{
|
{
|
||||||
struct catcache *ccp;
|
struct catcache *ccp;
|
||||||
MemoryContext oldcxt;
|
MemoryContext oldcxt;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user