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 parent5c2e68b commit5592a6cCopy full SHA for 5592a6c
src/port/snprintf.c
@@ -65,7 +65,7 @@
65
* causing nasty effects.
66
**************************************************************/
67
68
-/*static char _id[] = "$PostgreSQL: pgsql/src/port/snprintf.c,v 1.15 2005/03/0215:32:39 momjian Exp $";*/
+/*static char _id[] = "$PostgreSQL: pgsql/src/port/snprintf.c,v 1.16 2005/03/0223:56:53 momjian Exp $";*/
69
70
intsnprintf(char*str,size_tcount,constchar*fmt,...);
71
intvsnprintf(char*str,size_tcount,constchar*fmt,va_listargs);
@@ -259,6 +259,7 @@ dopr(char *buffer, const char *format, va_list args, char *end)
259
else
260
longflag=1;
261
gotonextch;
262
+#ifdefNOT_USED
263
/*
264
*We might export this to client apps so we should
265
*support 'qd' and 'I64d'(MinGW) also in case the
@@ -277,6 +278,7 @@ dopr(char *buffer, const char *format, va_list args, char *end)
277
278
279
}
280
break;
281
+#endif
282
case'u':
283
case'U':
284
/* fmtnum(value,base,dosign,ljust,len,zpad,&output) */