Re: [HACKERS] [PATCH] New command to monitor progression of longrunning queries - Mailing list pgsql-hackers

From Vinayak Pokale
Subject Re: [HACKERS] [PATCH] New command to monitor progression of longrunning queries
Date
Msg-id CAEySZvggX7XwZy4cWv4rag7oyri-rHSDCkXmxNWxZw7cVW-Ckg@mail.gmail.com
Whole thread Raw
In response to [HACKERS] [PATCH] New command to monitor progression of long running queries  (Remi Colinet <remi.colinet@gmail.com>)
Responses Re: [HACKERS] [PATCH] New command to monitor progression of longrunning queries  (Jaime Casanova <jaime.casanova@2ndquadrant.com>)
Re: [HACKERS] [PATCH] New command to monitor progression of longrunning queries  (Remi Colinet <remi.colinet@gmail.com>)
List pgsql-hackers

On Mon, Apr 17, 2017 at 9:09 PM, Remi Colinet <remi.colinet@gmail.com> wrote:
Hello,

I've implemented a new command named PROGRESS to monitor progression of long running SQL queries in a backend process.

Thank you for the patch.

I am testing your patch but after applying your patch other regression test failed.

$ make installcheck
13 of 178 tests failed.

Regards,
Vinayak 

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [HACKERS] pg_dump emits ALTER TABLE ONLY partitioned_table
Next
From: Jaime Casanova
Date:
Subject: Re: [HACKERS] [PATCH] New command to monitor progression of longrunning queries