File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: heapam.h,v 1.1 1996/08/27 21:50:13 scrappy Exp $
9
+ * $Id: heapam.h,v 1.2 1996/09/23 08:36:39 scrappy Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
@@ -125,7 +125,7 @@ extern int heap_attisnull(HeapTuple tup, int attnum);
125
125
extern int heap_sysattrlen (AttrNumber attno );
126
126
extern bool heap_sysattrbyval (AttrNumber attno );
127
127
extern char * heap_getsysattr (HeapTuple tup , Buffer b , int attnum );
128
- extern char * fastgetattr (HeapTuple tup , unsigned attnum ,
128
+ extern char * fastgetattr (HeapTuple tup , int attnum ,
129
129
TupleDesc att , bool * isnull );
130
130
extern char * heap_getattr (HeapTuple tup , Buffer b , int attnum ,
131
131
TupleDesc att , bool * isnull );
You can’t perform that action at this time.
0 commit comments