diff options
Diffstat (limited to 'src/backend/commands/async.c')
-rw-r--r-- | src/backend/commands/async.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/commands/async.c b/src/backend/commands/async.c index dae939a4ab8..0c9d20ebfc9 100644 --- a/src/backend/commands/async.c +++ b/src/backend/commands/async.c @@ -2225,7 +2225,7 @@ ProcessIncomingNotify(void) if (Trace_notify) elog(DEBUG1, "ProcessIncomingNotify"); - set_ps_display("notify interrupt", false); + set_ps_display("notify interrupt"); /* * We must run asyncQueueReadAllNotifications inside a transaction, else @@ -2242,7 +2242,7 @@ ProcessIncomingNotify(void) */ pq_flush(); - set_ps_display("idle", false); + set_ps_display("idle"); if (Trace_notify) elog(DEBUG1, "ProcessIncomingNotify: done"); |