mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +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"
|
#define PGDUMP_VERSIONSTR "pg_dump (PostgreSQL) " PG_VERSION "\n"
|
||||||
|
|
||||||
|
|
||||||
static const char *progname;
|
|
||||||
|
|
||||||
static void help(void);
|
static void help(void);
|
||||||
|
|
||||||
static void dropRoles(PGconn *conn);
|
static void dropRoles(PGconn *conn);
|
||||||
|
Reference in New Issue
Block a user