*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/catalog/heap.c,v 1.287 2005/07/13 22:46:09 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/catalog/heap.c,v 1.288 2005/07/28 07:38:33 neilc Exp $
*
*
* INTERFACE ROUTINES
true, 'p', 'i', true, false, false, true, 0
};
-static Form_pg_attribute SysAtt[] = {&a1, &a2, &a3, &a4, &a5, &a6, &a7};
+static const Form_pg_attribute SysAtt[] = {&a1, &a2, &a3, &a4, &a5, &a6, &a7};
/*
* This function returns a Form_pg_attribute pointer for a system attribute.
bool oidislocal,
int oidinhcount)
{
- Form_pg_attribute *dpp;
+ const Form_pg_attribute *dpp;
int i;
HeapTuple tup;
Relation rel;