diff options
Diffstat (limited to 'src/include/utils/spccache.h')
-rw-r--r-- | src/include/utils/spccache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/spccache.h b/src/include/utils/spccache.h index 73b9f7370d9..9b620efa2b2 100644 --- a/src/include/utils/spccache.h +++ b/src/include/utils/spccache.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/spccache.h,v 1.1 2010/01/05 21:54:00 rhaas Exp $ + * $PostgreSQL: pgsql/src/include/utils/spccache.h,v 1.2 2010/02/26 02:01:29 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -14,6 +14,6 @@ #define SPCCACHE_H void get_tablespace_page_costs(Oid spcid, float8 *spc_random_page_cost, - float8 *spc_seq_page_cost); + float8 *spc_seq_page_cost); #endif /* SPCCACHE_H */ |