projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f33d3bc
)
Fix typo in comment.
author
Neil Conway
<neilc@samurai.com>
Sun, 26 Feb 2006 02:23:41 +0000
(
02:23
+0000)
committer
Neil Conway
<neilc@samurai.com>
Sun, 26 Feb 2006 02:23:41 +0000
(
02:23
+0000)
src/backend/utils/adt/varlena.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/varlena.c
b/src/backend/utils/adt/varlena.c
index 20b40fe2e5da54d4953ce872931e82ad6a41a3eb..c2119edcecc4504501389b7616dfa70ef47d8d7e 100644
(file)
--- a/
src/backend/utils/adt/varlena.c
+++ b/
src/backend/utils/adt/varlena.c
@@
-8,7
+8,7
@@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/utils/adt/varlena.c,v 1.14
2 2005/12/22 22:50:00 tgl
Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/varlena.c,v 1.14
3 2006/02/26 02:23:41 neilc
Exp $
*
*-------------------------------------------------------------------------
*/
@@
-81,7
+81,7
@@
static void appendStringInfoText(StringInfo str, const text *t);
* ereport(ERROR, ...) if bad form.
*
* BUGS:
- * The input is scaned twice.
+ * The input is scan
n
ed twice.
* The error checking of input is minimal.
*/
Datum