Fix compiler warning on Cygwin

bf68b79e50 introduced an unused variable
compiler warning on Cygwin.
pull/51/head
Peter Eisentraut 6 years ago
parent 17a28b0364
commit f15ace7935
  1. 2
      src/backend/utils/misc/ps_status.c

@ -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)

Loading…
Cancel
Save