mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
poit -> point.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/* -----------------------------------------------------------------------
|
||||
* formatting.c
|
||||
*
|
||||
* $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 $
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group
|
||||
@ -977,7 +977,7 @@ NUMDesc_prepare(NUMDesc *num, FormatNode *n)
|
||||
if (IS_DECIMAL(num))
|
||||
{
|
||||
NUM_cache_remove(last_NUMCacheEntry);
|
||||
elog(ERROR, "to_char/to_number(): not unique decimal poit.");
|
||||
elog(ERROR, "to_char/to_number(): not unique decimal point.");
|
||||
}
|
||||
if (IS_MULTI(num))
|
||||
{
|
||||
|
Reference in New Issue
Block a user