Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfbaeae3

Browse files
committed
Message fix
(I guess this was a cruise replace mistake.)
1 parent86eab8d commitfbaeae3

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,_("invalidfout format (internal error): %d"),
2263+
fprintf(stderr,_("invalidoutput format (internal error): %d"),
22642264
cont->opt->format);
22652265
exit(EXIT_FAILURE);
22662266
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp