mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +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
|
||||
init_ps_display(const char *fixed_part)
|
||||
{
|
||||
#ifndef PS_USE_NONE
|
||||
bool save_update_process_title;
|
||||
#endif
|
||||
|
||||
Assert(fixed_part || MyBackendType);
|
||||
if (!fixed_part)
|
||||
|
Reference in New Issue
Block a user