Commit fbaeae3f authored by Peter Eisentraut's avatar Peter Eisentraut

Message fix

(I guess this was a cruise replace mistake.)
parent 86eab8da
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* Copyright (c) 2000-2009, PostgreSQL Global Development Group * 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" #include "postgres_fe.h"
...@@ -2260,7 +2260,7 @@ printTable(const printTableContent *cont, FILE *fout, FILE *flog) ...@@ -2260,7 +2260,7 @@ printTable(const printTableContent *cont, FILE *fout, FILE *flog)
print_troff_ms_text(cont, fout); print_troff_ms_text(cont, fout);
break; break;
default: default:
fprintf(stderr, _("invalid fout format (internal error): %d"), fprintf(stderr, _("invalid output format (internal error): %d"),
cont->opt->format); cont->opt->format);
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment