Content-Length: 294088 | pFad | http://github.com/postgrespro/postgres_cluster/commit/3cae75f4209bcbb06285544de0f1c59f717a3159

B5 Remove more progname references in vacuumdb.c · postgrespro/postgres_cluster@3cae75f · GitHub
Skip to content

Commit 3cae75f

Browse files
committed
Remove more progname references in vacuumdb.c
Oversight in 5f38403. Author: Álvaro Herrera Discussion: https://postgr.es/m/20190722151806.GA22634@alvherre.pgsql
1 parent a0555dd commit 3cae75f

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, const char *table);
5858

5959
static void run_vacuum_command(PGconn *conn, const char *sql, bool echo,
60-
const char *table, const char *progname);
60+
const char *table);
6161

6262
static void help(const char *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
static void
857857
run_vacuum_command(PGconn *conn, const char *sql, bool echo,
858-
const char *table, const char *progname)
858+
const char *table)
859859
{
860860
bool status;
861861

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/3cae75f4209bcbb06285544de0f1c59f717a3159

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy