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 8eac397 commit 0546906Copy full SHA for 0546906
contrib/pg_upgrade/controldata.c
@@ -88,7 +88,7 @@ get_control_data(migratorContext *ctx, ClusterInfo *cluster, bool live_check)
88
while (fgets(bufin, sizeof(bufin), output))
89
{
90
if (ctx->debug)
91
- fprintf(ctx->debug_fd, bufin);
+ fputs(bufin, ctx->debug_fd);
92
93
#ifdef WIN32
94
/*
0 commit comments