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 a8ce974 commit 2edc31cCopy full SHA for 2edc31c
src/backend/storage/ipc/standby.c
@@ -11,7 +11,7 @@
11
* Portions Copyright (c) 1994, Regents of the University of California
12
*
13
* IDENTIFICATION
14
- * $PostgreSQL: pgsql/src/backend/storage/ipc/standby.c,v 1.5 2010/01/16 10:05:50 sriggs Exp $
+ * $PostgreSQL: pgsql/src/backend/storage/ipc/standby.c,v 1.6 2010/01/16 10:13:04 sriggs Exp $
15
16
*-------------------------------------------------------------------------
17
*/
@@ -191,7 +191,7 @@ ResolveRecoveryConflictWithVirtualXIDs(VirtualTransactionId *waitlist,
191
192
oldactivitymsg = get_ps_display(&len);
193
snprintf(waitactivitymsg, sizeof(waitactivitymsg),
194
- "waiting for max_standby_delay (%u ms)",
+ "waiting for max_standby_delay (%u s)",
195
MaxStandbyDelay);
196
set_ps_display(waitactivitymsg, false);
197
if (len > 100)
0 commit comments