diff options
Diffstat (limited to 'src/include/utils/rel.h')
-rw-r--r-- | src/include/utils/rel.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h index 172810ab1fa..73893fcf55d 100644 --- a/src/include/utils/rel.h +++ b/src/include/utils/rel.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/rel.h,v 1.85 2005/08/12 01:36:05 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/rel.h,v 1.86 2005/10/06 02:29:21 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -94,9 +94,6 @@ typedef struct TriggerDesc typedef struct PgStat_Info { void *tabentry; - bool no_stats; - bool heap_scan_counted; - bool index_scan_counted; } PgStat_Info; |