Skip to content

Commit 75bac64

Browse files
committed
Mark response messages for translation in pg_isready.
Back-patch to 9.3 where pg_isready was added. Mats Erik Andersson
1 parent c393847 commit 75bac64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/bin/scripts/pg_isready.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,19 +196,19 @@ main(int argc, char **argv)
196196
switch (rv)
197197
{
198198
case PQPING_OK:
199-
printf("accepting connections\n");
199+
printf(_("accepting connections\n"));
200200
break;
201201
case PQPING_REJECT:
202-
printf("rejecting connections\n");
202+
printf(_("rejecting connections\n"));
203203
break;
204204
case PQPING_NO_RESPONSE:
205-
printf("no response\n");
205+
printf(_("no response\n"));
206206
break;
207207
case PQPING_NO_ATTEMPT:
208-
printf("no attempt\n");
208+
printf(_("no attempt\n"));
209209
break;
210210
default:
211-
printf("unknown\n");
211+
printf(_("unknown\n"));
212212
}
213213
}
214214

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