From 1ccd423235a48739d6f7a4d7889705b5f9ecc69b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 7 Sep 1997 05:04:48 +0000 Subject: Massive commit to run PGINDENT on all *.c and *.h files. --- src/include/access/valid.h | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'src/include/access/valid.h') diff --git a/src/include/access/valid.h b/src/include/access/valid.h index ca209a16e5a..7eb639230ab 100644 --- a/src/include/access/valid.h +++ b/src/include/access/valid.h @@ -1,16 +1,16 @@ /*------------------------------------------------------------------------- * * valid.h-- - * POSTGRES tuple qualification validity definitions. + * POSTGRES tuple qualification validity definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: valid.h,v 1.4 1997/03/28 07:05:54 scrappy Exp $ + * $Id: valid.h,v 1.5 1997/09/07 04:56:18 momjian Exp $ * *------------------------------------------------------------------------- */ -#ifndef VALID_H +#ifndef VALID_H #define VALID_H #include @@ -18,18 +18,20 @@ #include /* ---------------- - * extern decl's + * extern decl's * ---------------- */ -extern bool heap_keytest(HeapTuple t, TupleDesc tupdesc, +extern bool +heap_keytest(HeapTuple t, TupleDesc tupdesc, int nkeys, ScanKey keys); -extern HeapTuple heap_tuple_satisfies(ItemId itemId, Relation relation, - Buffer buffer, PageHeader disk_page, - TimeQual qual, int nKeys, - ScanKey key); +extern HeapTuple +heap_tuple_satisfies(ItemId itemId, Relation relation, + Buffer buffer, PageHeader disk_page, + TimeQual qual, int nKeys, + ScanKey key); -extern bool TupleUpdatedByCurXactAndCmd(HeapTuple t); +extern bool TupleUpdatedByCurXactAndCmd(HeapTuple t); -#endif /* VALID_H */ +#endif /* VALID_H */ -- cgit v1.2.3