]> granicus.if.org Git - postgresql/commitdiff
D'Arcy change.
authorBruce Momjian <bruce@momjian.us>
Sun, 13 Oct 1996 18:38:51 +0000 (18:38 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 13 Oct 1996 18:38:51 +0000 (18:38 +0000)
src/backend/utils/cache/catcache.c

index 93ea9be8282af4d28504643e18171c20ef2e98f1..63fa8c18a43f868173dd46a6577bcc17c9c6b435 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * 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:
  *     XXX This needs to use exception.h to handle recovery when
@@ -965,7 +965,7 @@ SearchSysCache(struct catcache *cache,
 void
 RelationInvalidateCatalogCacheTuple(Relation relation,
                                    HeapTuple tuple,
-                                   void (*function)())
+                                   void (*function)(int, Index, ItemPointer))
 {
     struct catcache    *ccp;
     MemoryContext      oldcxt;