mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Fix compiler warning on Cygwin
bf68b79e50
introduced an unused variable
compiler warning on Cygwin.
This commit is contained in:
@ -257,7 +257,9 @@ save_ps_display_args(int argc, char **argv)
|
|||||||
void
|
void
|
||||||
init_ps_display(const char *fixed_part)
|
init_ps_display(const char *fixed_part)
|
||||||
{
|
{
|
||||||
|
#ifndef PS_USE_NONE
|
||||||
bool save_update_process_title;
|
bool save_update_process_title;
|
||||||
|
#endif
|
||||||
|
|
||||||
Assert(fixed_part || MyBackendType);
|
Assert(fixed_part || MyBackendType);
|
||||||
if (!fixed_part)
|
if (!fixed_part)
|
||||||
|
Reference in New Issue
Block a user