Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fbaeae3

Browse files
committed
Message fix
(I guess this was a cruise replace mistake.)
1 parent 86eab8d commit fbaeae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/print.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.111 2009/03/26 22:26:07 petere Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.112 2009/04/11 14:11:45 petere Exp $
77
*/
88
#include "postgres_fe.h"
99

@@ -2260,7 +2260,7 @@ printTable(const printTableContent *cont, FILE *fout, FILE *flog)
22602260
print_troff_ms_text(cont, fout);
22612261
break;
22622262
default:
2263-
fprintf(stderr, _("invalid fout format (internal error): %d"),
2263+
fprintf(stderr, _("invalid output format (internal error): %d"),
22642264
cont->opt->format);
22652265
exit(EXIT_FAILURE);
22662266
}

0 commit comments

Comments
 (0)