Re: Autovacuum launcher occurs error when cancelled by SIGINT
Yugo Nagata <nagata@sraoss.co.jp>
From: Yugo Nagata <nagata@sraoss.co.jp>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: pgsql-hackers@postgresql.org
Date: 2017-06-23T05:22:46Z
Lists: pgsql-hackers
On Thu, 22 Jun 2017 13:55:26 -0400 Alvaro Herrera <alvherre@2ndquadrant.com> wrote: > Yugo Nagata wrote: > > Hi, > > > > As I report in another thread[1], I found the autovacuum launcher occurs > > the following error in PG 10 when this received SIGINT. I can repuroduce > > this by pg_cancel_backend or `kill -2 <pid of autovacuum laucher>`. > > Thanks for the report, BTW! Thank you for fixing it! > > -- > Álvaro Herrera https://www.2ndQuadrant.com/ > PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services -- Yugo Nagata <nagata@sraoss.co.jp>
Commits
-
Fix autovacuum launcher attachment to its DSA
- a4f06606a328 10.0 landed