Re: Publish autovacuum informations - Mailing list pgsql-hackers

From Guillaume Lelarge
Subject Re: Publish autovacuum informations
Date
Msg-id CAECtzeWkxwqcAE5VfzkSjk44Xsa0GdTL36d9UaHNvVQ-cG-9xg@mail.gmail.com
Whole thread Raw
In response to Re: Publish autovacuum informations  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Publish autovacuum informations
List pgsql-hackers
2015-01-05 17:40 GMT+01:00 Robert Haas <robertmhaas@gmail.com>:
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.


I'm fine with that too. I'll try to find some time to work on that.

Thanks.


--

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Publish autovacuum informations
Next
From: Heikki Linnakangas
Date:
Subject: Re: [COMMITTERS] pgsql: Change how first WAL segment on new timeline after promotion is