diff options
| author | Bruce Momjian <bruce@momjian.us> | 2001-03-22 04:01:46 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2001-03-22 04:01:46 +0000 |
| commit | 9e1552607a9dc6bc23e43d46770a9063ade4f3f0 (patch) | |
| tree | 6a230d81917ebc004e40cd46c48f2aa27eec153e /src/include/catalog/indexing.h | |
| parent | 6cf8707b828b14b5c2336076ce358b18b67829d6 (diff) | |
| download | postgresql-9e1552607a9dc6bc23e43d46770a9063ade4f3f0.tar.gz | |
pgindent run. Make it all clean.
Diffstat (limited to 'src/include/catalog/indexing.h')
| -rw-r--r-- | src/include/catalog/indexing.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/catalog/indexing.h b/src/include/catalog/indexing.h index 12e213228f..41a580a377 100644 --- a/src/include/catalog/indexing.h +++ b/src/include/catalog/indexing.h @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: indexing.h,v 1.47 2001/01/24 19:43:20 momjian Exp $ + * $Id: indexing.h,v 1.48 2001/03/22 04:00:36 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -115,14 +115,14 @@ extern char *IndexedCatalogNames[]; extern void CatalogOpenIndices(int nIndices, char **names, Relation *idescs); extern void CatalogCloseIndices(int nIndices, Relation *idescs); extern void CatalogIndexInsert(Relation *idescs, int nIndices, - Relation heapRelation, HeapTuple heapTuple); + Relation heapRelation, HeapTuple heapTuple); /* * Canned functions for indexscans on certain system indexes. * All index-value arguments should be passed as Datum for portability! */ extern HeapTuple AttributeRelidNumIndexScan(Relation heapRelation, - Datum relid, Datum attnum); + Datum relid, Datum attnum); extern HeapTuple ClassNameIndexScan(Relation heapRelation, Datum relName); extern HeapTuple ClassOidIndexScan(Relation heapRelation, Datum relId); |
