Re: [HACKERS] Autovacuum launcher occurs error when cancelled bySIGINT - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: [HACKERS] Autovacuum launcher occurs error when cancelled bySIGINT
Date
Msg-id 20170622220259.krj6uxcxzspd4of6@alvherre.pgsql
Whole thread Raw
In response to Re: [HACKERS] Autovacuum launcher occurs error when cancelled by SIGINT  (Thomas Munro <thomas.munro@enterprisedb.com>)
Responses Re: [HACKERS] Autovacuum launcher occurs error when cancelled by SIGINT
List pgsql-hackers
Thomas Munro wrote:

> I thought about this when designing the DSA API.  I couldn't think of
> any good reason to provide an 'am-I-already-attached?' function
> equivalent to dsm_find_mapping.  It seemed to me that the client code
> shouldn't ever be in any doubt about whether it's attached, and that
> wilfully or absent-mindedly throwing away dsa_area pointers and having
> to ask for them again doesn't seem like a very good design.  I suspect
> the same applies to dsm_find_mapping, and I don't see any callers in
> the source tree or indeed anywhere on the internet (based on a quick
> Google search).  But I could be missing something.

I think such an API call is potentially useful for things like assertion
checks, if nothing else.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] Proposal : For Auto-Prewarm.
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] initdb initalization failure for collation "ja_JP"