Re: Publish autovacuum informations - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Publish autovacuum informations
Date
Msg-id CA+Tgmob3OsG9BqcHZv7Q__=sG78byPkkAx=fTS8Tdz-LTrUB_w@mail.gmail.com
Whole thread Raw
In response to Re: Publish autovacuum informations  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Publish autovacuum informations
List pgsql-hackers
On Wed, Dec 31, 2014 at 12:46 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I'd be all right with putting the data structure declarations in a file
> named something like autovacuum_private.h, especially if it carried an
> annotation that "if you depend on this, don't be surprised if we break
> your code in future".

Works for me.  I am not in general surprised when we do things that
break my code, or anyway, the code that I'm responsible for
maintaining.  But I think it makes sense to segregate this into a
separate header file so that we are clear that it is only exposed for
the benefit of extension authors, not so that other things in the core
system can touch it.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: parallel mode and parallel contexts
Next
From: Guillaume Lelarge
Date:
Subject: Re: Publish autovacuum informations