Thanks to visit codestin.com Credit goes to github.com
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 09f3175 commit e60da4bCopy full SHA for e60da4b
src/backend/utils/misc/guc.c
@@ -10,7 +10,7 @@
10
* Written by Peter Eisentraut <[email protected]>.
11
*
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.200 2004/04/19 21:21:34 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.201 2004/04/19 21:22:14 momjian Exp $
14
15
*--------------------------------------------------------------------
16
*/
@@ -3394,8 +3394,6 @@ void
3394
SetPGVariable(const char *name, List *args, bool is_local)
3395
{
3396
char *argstring = flatten_set_variable_args(name, args);
3397
-printf("bjm: %s %s\n", name, argstring);
3398
-fflush(stdout);
3399
3400
/* Note SET DEFAULT (argstring == NULL) is equivalent to RESET */
3401
set_config_option(name,
0 commit comments