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

Commite60da4b

Browse files
committed
Remove debug code that acidentally got into CVS from previous commit.
1 parent09f3175 commite60da4b

File tree

1 file changed

+1
-3
lines changed
  • src/backend/utils/misc

1 file changed

+1
-3
lines changed

‎src/backend/utils/misc/guc.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Written by Peter Eisentraut <peter_e@gmx.net>.
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.200 2004/04/19 21:21:34 momjian Exp $
13+
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.201 2004/04/19 21:22:14 momjian Exp $
1414
*
1515
*--------------------------------------------------------------------
1616
*/
@@ -3394,8 +3394,6 @@ void
33943394
SetPGVariable(constchar*name,List*args,boolis_local)
33953395
{
33963396
char*argstring=flatten_set_variable_args(name,args);
3397-
printf("bjm: %s %s\n",name,argstring);
3398-
fflush(stdout);
33993397

34003398
/* Note SET DEFAULT (argstring == NULL) is equivalent to RESET */
34013399
set_config_option(name,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp