8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d5d62 commit 275c909Copy full SHA for 275c909
src/bin/psql/command.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
5
6
- * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.102 2003/09/16 17:59:02 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.103 2003/09/29 16:39:18 petere Exp $
7
*/
8
#include "postgres_fe.h"
9
#include "command.h"
@@ -733,12 +733,9 @@ exec_command(const char *cmd,
733
if (!quiet)
734
{
735
if (pset.timing)
736
- puts(gettext(("Timing is on.")));
+ puts(gettext("Timing is on."));
737
else
738
- {
739
- puts(gettext(("Timing is off.")));
740
-
741
- }
+ puts(gettext("Timing is off."));
742
}
743
744
0 commit comments