From 209aa77d98d8d44b329e942e6f15aec1284db2ca Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 4 Jun 2000 01:44:38 +0000 Subject: New ps display code, works on more platforms. Install a default configuration file. Clean up some funny business in the config file code. --- src/backend/commands/async.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/backend/commands/async.c') diff --git a/src/backend/commands/async.c b/src/backend/commands/async.c index a1eb3598bdd..23396108c80 100644 --- a/src/backend/commands/async.c +++ b/src/backend/commands/async.c @@ -7,7 +7,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.62 2000/05/31 00:28:15 petere Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.63 2000/06/04 01:44:29 petere Exp $ * *------------------------------------------------------------------------- */ @@ -771,7 +771,7 @@ ProcessIncomingNotify(void) if (Trace_notify) elog(DEBUG, "ProcessIncomingNotify"); - PS_SET_STATUS("async_notify"); + set_ps_display("async_notify"); notifyInterruptOccurred = 0; @@ -841,7 +841,7 @@ ProcessIncomingNotify(void) */ pq_flush(); - PS_SET_STATUS("idle"); + set_ps_display("idle"); if (Trace_notify) elog(DEBUG, "ProcessIncomingNotify: done"); -- cgit v1.2.3