8000
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 d9eb5b7 commit 00f4fd2Copy full SHA for 00f4fd2
src/backend/utils/adt/formatting.c
@@ -1,7 +1,7 @@
1
/* -----------------------------------------------------------------------
2
* formatting.c
3
*
4
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/formatting.c,v 1.31 2001/01/24 19:43:13 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/formatting.c,v 1.32 2001/02/12 12:52:02 momjian Exp $
5
6
7
* Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group
@@ -977,7 +977,7 @@ NUMDesc_prepare(NUMDesc *num, FormatNode *n)
977
if (IS_DECIMAL(num))
978
{
979
NUM_cache_remove(last_NUMCacheEntry);
980
- elog(ERROR, "to_char/to_number(): not unique decimal poit.");
+ elog(ERROR, "to_char/to_number(): not unique decimal point.");
981
}
982
if (IS_MULTI(num))
983
0 commit comments