aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog/indexing.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-11-01 04:00:57 +0000
committerBruce Momjian <bruce@momjian.us>1999-11-01 04:00:57 +0000
commit249f6b40abf869fec4459cd5e83b32d7ae29e59e (patch)
tree56363296beb3b1d7e476a3924c5a83cd31f4f566 /src/backend/catalog/indexing.c
parent87af7217754641a118b9b42458440ad4d9e1119d (diff)
downloadpostgresql-249f6b40abf869fec4459cd5e83b32d7ae29e59e.tar.gz
postgresql-249f6b40abf869fec4459cd5e83b32d7ae29e59e.zip
formatting cleanup
Diffstat (limited to 'src/backend/catalog/indexing.c')
-rw-r--r--src/backend/catalog/indexing.c14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/backend/catalog/indexing.c b/src/backend/catalog/indexing.c
index c8d1bf05535..c91230267be 100644
--- a/src/backend/catalog/indexing.c
+++ b/src/backend/catalog/indexing.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/catalog/indexing.c,v 1.49 1999/11/01 02:29:25 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/catalog/indexing.c,v 1.50 1999/11/01 04:00:56 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -50,21 +50,17 @@ char *Name_pg_type_indices[Num_pg_type_indices] = {TypeNameIndex,
char *Name_pg_class_indices[Num_pg_class_indices] = {ClassNameIndex,
ClassOidIndex};
char *Name_pg_attrdef_indices[Num_pg_attrdef_indices] = {AttrDefaultIndex};
-
char *Name_pg_relcheck_indices[Num_pg_relcheck_indices] = {RelCheckIndex};
-
char *Name_pg_trigger_indices[Num_pg_trigger_indices] = {TriggerRelidIndex,
- TriggerConstrNameIndex,
- TriggerConstrRelidIndex};
-
+ TriggerConstrNameIndex, TriggerConstrRelidIndex};
char *Name_pg_description_indices[Num_pg_description_indices] = {DescriptionObjIndex};
static HeapTuple CatalogIndexFetchTuple(Relation heapRelation,
- Relation idesc,
- ScanKey skey,
- int16 num_keys);
+ Relation idesc,
+ ScanKey skey,
+ int16 num_keys);
/*