diff options
Diffstat (limited to 'src/backend/access/heapam.h')
-rw-r--r-- | src/backend/access/heapam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/heapam.h b/src/backend/access/heapam.h index 9938dbeea77..e9b864ac12b 100644 --- a/src/backend/access/heapam.h +++ b/src/backend/access/heapam.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: heapam.h,v 1.1.1.1 1996/07/09 06:21:08 scrappy Exp $ + * $Id: heapam.h,v 1.2 1996/08/13 01:32:17 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -120,7 +120,7 @@ extern void heap_restrpos(HeapScanDesc sdesc); extern Size ComputeDataSize(TupleDesc tupleDesc, Datum value[], char nulls[]); extern void DataFill(char *data, TupleDesc tupleDesc, Datum value[], char nulls[], char *infomask, - bits8 bit[]); + bits8 *bit); extern int heap_attisnull(HeapTuple tup, int attnum); extern int heap_sysattrlen(AttrNumber attno); extern bool heap_sysattrbyval(AttrNumber attno); |