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

Commit3cae75f

Browse files
committed
Remove more progname references in vacuumdb.c
Oversight in5f38403.Author: Álvaro HerreraDiscussion:https://postgr.es/m/20190722151806.GA22634@alvherre.pgsql
1 parenta0555dd commit3cae75f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/scripts/vacuumdb.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ static void prepare_vacuum_command(PQExpBuffer sql, int serverVersion,
5757
vacuumingOptions*vacopts,constchar*table);
5858

5959
staticvoidrun_vacuum_command(PGconn*conn,constchar*sql,boolecho,
60-
constchar*table,constchar*progname);
60+
constchar*table);
6161

6262
staticvoidhelp(constchar*progname);
6363

@@ -646,7 +646,7 @@ vacuum_one_database(const char *dbname, vacuumingOptions *vacopts,
646646
* through ParallelSlotsGetIdle.
647647
*/
648648
run_vacuum_command(free_slot->connection,sql.data,
649-
echo,tabname,progname);
649+
echo,tabname);
650650

651651
cell=cell->next;
652652
}while (cell!=NULL);
@@ -855,7 +855,7 @@ prepare_vacuum_command(PQExpBuffer sql, int serverVersion,
855855
*/
856856
staticvoid
857857
run_vacuum_command(PGconn*conn,constchar*sql,boolecho,
858-
constchar*table,constchar*progname)
858+
constchar*table)
859859
{
860860
boolstatus;
861861

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp