1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

poit -> point.

This commit is contained in:
Bruce Momjian
2001-02-12 12:52:02 +00:00
parent d9eb5b75e3
commit 00f4fd2689

View File

@ -1,7 +1,7 @@
/* ----------------------------------------------------------------------- /* -----------------------------------------------------------------------
* formatting.c * 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 * Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group
@ -977,7 +977,7 @@ NUMDesc_prepare(NUMDesc *num, FormatNode *n)
if (IS_DECIMAL(num)) if (IS_DECIMAL(num))
{ {
NUM_cache_remove(last_NUMCacheEntry); 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)) if (IS_MULTI(num))
{ {