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)
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