Commit 6f3149e4 authored by Bruce Momjian's avatar Bruce Momjian

Fix typo in comment.

parent fec1d72d
/* ----------------------------------------------------------------------- /* -----------------------------------------------------------------------
* formatting.c * formatting.c
* *
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.132 2007/11/15 21:14:39 momjian Exp $ * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.133 2007/11/21 21:49:22 momjian Exp $
* *
* *
* Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group * Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group
...@@ -3926,7 +3926,7 @@ NUM_prepare_locale(NUMProc *Np) ...@@ -3926,7 +3926,7 @@ NUM_prepare_locale(NUMProc *Np)
* Number thousands separator * Number thousands separator
* *
* Some locales (e.g. broken glibc pt_BR), have a comma for decimal, * Some locales (e.g. broken glibc pt_BR), have a comma for decimal,
* but "" for thousands_sep, so we might make the thousands_sep comma * but "" for thousands_sep, so we make the thousands_sep comma
* too. 2007-02-12 * too. 2007-02-12
*/ */
if (lconv->thousands_sep && *lconv->thousands_sep) if (lconv->thousands_sep && *lconv->thousands_sep)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment