We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent420fc28 commit9cd3fb1Copy full SHA for 9cd3fb1
src/backend/utils/adt/formatting.c
@@ -1,7 +1,7 @@
1
/* -----------------------------------------------------------------------
2
* formatting.c
3
*
4
- * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.95 2005/08/17 21:47:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.96 2005/08/17 21:54:50 momjian Exp $
5
6
7
* Portions Copyright (c) 1999-2005, PostgreSQL Global Development Group
@@ -4446,7 +4446,6 @@ NUM_processor(FormatNode *node, NUMDesc *Num, char *inout, char *number,
4446
}
4447
else
4448
{
4449
-
4450
if (*(Np->number_p-1)=='.')
4451
*(Np->number_p-1)='\0';
4452
@@ -4462,8 +4461,6 @@ NUM_processor(FormatNode *node, NUMDesc *Num, char *inout, char *number,
4462
4461
#endif
4463
returnNp->number;
4464
4465
-else
4466
-returnNULL;
4467
4468
returnNULL;
4469