diff options
| author | Vadim B. Mikheev | 1997-11-02 15:27:14 +0000 |
|---|---|---|
| committer | Vadim B. Mikheev | 1997-11-02 15:27:14 +0000 |
| commit | 32cd09ac6d467ec788f8f4181097d47bafcfaee1 (patch) | |
| tree | 96d5420e42ed087eb9df2d951ba1af38769eded7 /src/include/access/heapam.h | |
| parent | 6cc0a00deca18681f48a8afd1215659771a2b049 (diff) | |
Good Bye, Time Travel!
Diffstat (limited to 'src/include/access/heapam.h')
| -rw-r--r-- | src/include/access/heapam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h index 4621d836713..a66fcab073a 100644 --- a/src/include/access/heapam.h +++ b/src/include/access/heapam.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: heapam.h,v 1.20 1997/10/30 23:37:01 momjian Exp $ + * $Id: heapam.h,v 1.21 1997/11/02 15:26:37 vadim Exp $ * *------------------------------------------------------------------------- */ @@ -142,7 +142,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, + Datum value[], char nulls[], uint16 *infomask, bits8 *bit); extern int heap_attisnull(HeapTuple tup, int attnum); extern int heap_sysattrlen(AttrNumber attno); |
