|
PostgreSQL Source Code git master
|
Data Fields | |
| char * | pg_user |
| enum trivalue | pg_prompt |
| char * | pg_port |
| char * | pg_host |
| const char * | progname |
| int | verbose |
| int | dry_run |
| long | transaction_limit |
Definition at line 41 of file vacuumlo.c.
| int _param::dry_run |
Definition at line 49 of file vacuumlo.c.
Referenced by main(), and vacuumlo().
| char* _param::pg_host |
Definition at line 46 of file vacuumlo.c.
Referenced by main(), and vacuumlo().
| char* _param::pg_port |
Definition at line 45 of file vacuumlo.c.
Referenced by main(), and vacuumlo().
| enum trivalue _param::pg_prompt |
Definition at line 44 of file vacuumlo.c.
Referenced by main(), and vacuumlo().
| char* _param::pg_user |
Definition at line 43 of file vacuumlo.c.
Referenced by main(), and vacuumlo().
| const char* _param::progname |
Definition at line 47 of file vacuumlo.c.
Referenced by main(), and vacuumlo().
| long _param::transaction_limit |
Definition at line 50 of file vacuumlo.c.
Referenced by main(), and vacuumlo().
| int _param::verbose |
Definition at line 48 of file vacuumlo.c.
Referenced by main(), and vacuumlo().