]> granicus.if.org Git - postgresql/commitdiff
Date: Sun, 22 Sep 1996 13:47:39 -0400 (EDT)
authorMarc G. Fournier <scrappy@hub.org>
Mon, 23 Sep 1996 08:36:39 +0000 (08:36 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 23 Sep 1996 08:36:39 +0000 (08:36 +0000)
From: Bruce Momjian <maillist@candle.pha.pa.us>
To: Postgres95-development <pg95-dev@ki.net>
Subject: [PG95-DEV] 2.0 patch for fastgetattr

src/include/access/heapam.h

index 0ed60982eb90431c88b3c7f7c62d2ee026dfbc1b..342dbab2a2dc279a76320fe8895feee3c83d69d2 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: heapam.h,v 1.1 1996/08/27 21:50:13 scrappy Exp $
+ * $Id: heapam.h,v 1.2 1996/09/23 08:36:39 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -125,7 +125,7 @@ extern int heap_attisnull(HeapTuple tup, int attnum);
 extern int heap_sysattrlen(AttrNumber attno);
 extern bool heap_sysattrbyval(AttrNumber attno);
 extern char *heap_getsysattr(HeapTuple tup, Buffer b, int attnum);
-extern char *fastgetattr(HeapTuple tup, unsigned attnum,
+extern char *fastgetattr(HeapTuple tup, int attnum,
                         TupleDesc att, bool *isnull);
 extern char *heap_getattr(HeapTuple tup, Buffer b, int attnum,
                          TupleDesc att, bool *isnull);