File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/optimizer/util/plancat.c,v 1.30 1999/05/25 16:09:59 momjian Exp $
11
+ * $Header: /cvsroot/pgsql/src/backend/optimizer/util/plancat.c,v 1.31 1999/07/07 16:09:33 momjian Exp $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
15
15
#include <stdio.h>
16
+ #include <math.h>
16
17
#include "postgres.h"
17
18
18
19
#include "access/heapam.h"
Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/cache/syscache.c,v 1.27 1999/05/29 01:45:20 tgl Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/utils/cache/syscache.c,v 1.28 1999/07/07 16:09:33 momjian Exp $
11
11
*
12
12
* NOTES
13
13
* These routines allow the parser/planner/executor to perform
@@ -436,7 +436,7 @@ InitCatalogCache()
436
436
/*
437
437
* SearchSysCacheTupleCopy
438
438
*
439
- * THis is like SearchSysCacheTuple, except it returns a copy of the tuple
439
+ * This is like SearchSysCacheTuple, except it returns a copy of the tuple
440
440
* that the user is required to pfree().
441
441
*/
442
442
HeapTuple
You can’t perform that action at this time.
0 commit comments