File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 88 *
99 *
1010 * IDENTIFICATION
11- * $PostgreSQL: pgsql/src/backend/utils/cache/syscache.c,v 1.114 2008/01/01 19:45:53 momjian Exp $
11+ * $PostgreSQL: pgsql/src/backend/utils/cache/syscache.c,v 1.115 2008/05/07 01:46:04 tgl Exp $
1212 *
1313 * NOTES
1414 * These routines allow the parser/planner/executor to perform
5353
5454 Adding system caches:
5555
56- Add your new cache to the list in include/utils/syscache.h. Keep
57- the list sorted alphabetically and adjust the cache numbers
58- accordingly.
56+ Add your new cache to the list in include/utils/syscache.h.
57+ Keep the list sorted alphabetically.
5958
6059 Add your entry to the cacheinfo[] array below. All cache lists are
6160 alphabetical, so add it in the proper place. Specify the relation OID,
@@ -307,7 +306,7 @@ static const struct cachedesc cacheinfo[] = {
307306 },
308307 {ConstraintRelationId , /* CONSTROID */
309308 ConstraintOidIndexId ,
310- 0 ,
309+ Anum_pg_constraint_conrelid ,
311310 1 ,
312311 {
313312 ObjectIdAttributeNumber ,
You can’t perform that action at this time.
0 commit comments