aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/syscache.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-07 16:09:33 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-07 16:09:33 +0000
commitdb15dc05adcf255f99fd8b027062ebffe45f8278 (patch)
treeba9d3c4f065f48617f2f7e8b4583e5f3544fe484 /src/backend/utils/cache/syscache.c
parente9c977da7d15a432997151ce696b623d1bf0435c (diff)
downloadpostgresql-db15dc05adcf255f99fd8b027062ebffe45f8278.tar.gz
postgresql-db15dc05adcf255f99fd8b027062ebffe45f8278.zip
Fix for \do and ceil()/float.
Diffstat (limited to 'src/backend/utils/cache/syscache.c')
-rw-r--r--src/backend/utils/cache/syscache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/cache/syscache.c b/src/backend/utils/cache/syscache.c
index 2063859906a..d302a33d85e 100644
--- a/src/backend/utils/cache/syscache.c
+++ b/src/backend/utils/cache/syscache.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/cache/syscache.c,v 1.27 1999/05/29 01:45:20 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/cache/syscache.c,v 1.28 1999/07/07 16:09:33 momjian Exp $
*
* NOTES
* These routines allow the parser/planner/executor to perform
@@ -436,7 +436,7 @@ InitCatalogCache()
/*
* SearchSysCacheTupleCopy
*
- * THis is like SearchSysCacheTuple, except it returns a copy of the tuple
+ * This is like SearchSysCacheTuple, except it returns a copy of the tuple
* that the user is required to pfree().
*/
HeapTuple