diff options
| author | Bruce Momjian <bruce@momjian.us> | 1997-09-07 05:04:48 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1997-09-07 05:04:48 +0000 |
| commit | 1ccd423235a48739d6f7a4d7889705b5f9ecc69b (patch) | |
| tree | 8001c4e839dfad8f29ceda7f8c5f5dbb8759b564 /src/include/access/hio.h | |
| parent | 8fecd4febf8357f3cc20383ed29ced484877d5ac (diff) | |
| download | postgresql-1ccd423235a48739d6f7a4d7889705b5f9ecc69b.tar.gz | |
Massive commit to run PGINDENT on all *.c and *.h files.
Diffstat (limited to 'src/include/access/hio.h')
| -rw-r--r-- | src/include/access/hio.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/include/access/hio.h b/src/include/access/hio.h index 27a3bdb181..05c9dc330c 100644 --- a/src/include/access/hio.h +++ b/src/include/access/hio.h @@ -1,24 +1,25 @@ /*------------------------------------------------------------------------- * * hio.h-- - * POSTGRES heap access method input/output definitions. + * POSTGRES heap access method input/output definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: hio.h,v 1.3 1996/11/05 10:37:05 scrappy Exp $ + * $Id: hio.h,v 1.4 1997/09/07 04:55:56 momjian Exp $ * *------------------------------------------------------------------------- */ -#ifndef HIO_H +#ifndef HIO_H #define HIO_H #include <access/htup.h> #include <utils/rel.h> -extern void RelationPutHeapTuple(Relation relation, BlockNumber blockIndex, - HeapTuple tuple); -extern void RelationPutHeapTupleAtEnd(Relation relation, HeapTuple tuple); +extern void +RelationPutHeapTuple(Relation relation, BlockNumber blockIndex, + HeapTuple tuple); +extern void RelationPutHeapTupleAtEnd(Relation relation, HeapTuple tuple); -#endif /* HIO_H */ +#endif /* HIO_H */ |
