Skip to content

Commit 3a1b51d

Browse files
committed
Remove duplicate translatable phrase
1 parent db2d9c6 commit 3a1b51d

File tree

1 file changed

+3
-3
lines changed
  • src/backend/access/transam

1 file changed

+3
-3
lines changed

src/backend/access/transam/xlog.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.431 2010/07/29 22:27:27 sriggs Exp $
10+
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.432 2010/08/26 19:23:41 alvherre Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -5231,7 +5231,7 @@ readRecoveryCommandFile(void)
52315231
if (!parse_bool(tok2, &recoveryTargetInclusive))
52325232
ereport(ERROR,
52335233
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
5234-
errmsg("parameter \"recovery_target_inclusive\" requires a Boolean value")));
5234+
errmsg("parameter \"%s\" requires a Boolean value", "recovery_target_inclusive")));
52355235
ereport(DEBUG2,
52365236
(errmsg("recovery_target_inclusive = %s", tok2)));
52375237
}
@@ -5240,7 +5240,7 @@ readRecoveryCommandFile(void)
52405240
if (!parse_bool(tok2, &StandbyMode))
52415241
ereport(ERROR,
52425242
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
5243-
errmsg("parameter \"standby_mode\" requires a Boolean value")));
5243+
errmsg("parameter \"%s\" requires a Boolean value", "standby_mode")));
52445244
ereport(DEBUG2,
52455245
(errmsg("standby_mode = '%s'", tok2)));
52465246
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy