mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Remove duplicate definition of 'progname'.
Per buildfarm.
This commit is contained in:
@ -30,8 +30,6 @@
|
||||
#define PGDUMP_VERSIONSTR "pg_dump (PostgreSQL) " PG_VERSION "\n"
|
||||
|
||||
|
||||
static const char *progname;
|
||||
|
||||
static void help(void);
|
||||
|
||||
static void dropRoles(PGconn *conn);
|
||||
|
Reference in New Issue
Block a user