Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2678395 commit 6367ed4Copy full SHA for 6367ed4
src/backend/access/transam/xlog.c
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.137 2004/02/23 23:03:10 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.138 2004/03/22 04:16:57 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -2762,7 +2762,7 @@ BootStrapXLOG(void)
2762
static char *
2763
str_time(time_t tnow)
2764
{
2765
- static char buf[32];
+ static char buf[128];
2766
2767
strftime(buf, sizeof(buf),
2768
"%Y-%m-%d %H:%M:%S %Z",
0 commit comments