Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33d3bc commit 4d39c6bCopy full SHA for 4d39c6b
src/backend/utils/adt/varlena.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/utils/adt/varlena.c,v 1.142 2005/12/22 22:50:00 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/varlena.c,v 1.143 2006/02/26 02:23:41 neilc Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -81,7 +81,7 @@ static void appendStringInfoText(StringInfo str, const text *t);
81
* ereport(ERROR, ...) if bad form.
82
83
* BUGS:
84
- * The input is scaned twice.
+ * The input is scanned twice.
85
* The error checking of input is minimal.
86
87
Datum
0 commit comments