git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 86eab8d)
Message fix
2009年4月11日 14:11:45 +0000 (14:11 +0000)
2009年4月11日 14:11:45 +0000 (14:11 +0000)
(I guess this was a cruise replace mistake.)


diff --git a/src/bin/psql/print.c b/src/bin/psql/print.c
index 1ebf488b35fd1c123a9debb02248b57405d9e8f9..ab6a04ea1e3faaa5f5937bbe9cb4233d16c03087 100644 (file)
--- a/src/bin/psql/print.c
+++ b/src/bin/psql/print.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.111 2009年03月26日 22:26:07 petere Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.112 2009年04月11日 14:11:45 petere Exp $
*/
#include "postgres_fe.h"
@@ -2260,7 +2260,7 @@ printTable(const printTableContent *cont, FILE *fout, FILE *flog)
print_troff_ms_text(cont, fout);
break;
default:
- fprintf(stderr, _("invalid fout format (internal error): %d"),
+ fprintf(stderr, _("invalid output format (internal error): %d"),
cont->opt->format);
exit(EXIT_FAILURE);
}
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /