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

Commit52d1d2e

Browse files
committed
barebones variable name -> tuples_only, for consistency.
1 parentcff9c57 commit52d1d2e

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

‎src/bin/psql/command.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.147 2005/07/10 03:46:13 momjian Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.148 2005/07/14 06:49:58 momjian Exp $
77
*/
88
#include"postgres_fe.h"
99
#include"command.h"
@@ -1472,7 +1472,7 @@ do_pset(const char *param, const char *value, printQueryOpt *popt, bool quiet)
14721472
}
14731473
}
14741474

1475-
/* toggle between full andbarebones format */
1475+
/* toggle between full andtuples-only format */
14761476
elseif (strcmp(param,"t")==0||strcmp(param,"tuples_only")==0)
14771477
{
14781478
popt->topt.tuples_only= !popt->topt.tuples_only;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp