Re: PostgreSQL 15 GA release date

2022-10-03 Thread Ranier Vilela
Em seg., 3 de out. de 2022 às 09:40, Julien Rouhaud 
escreveu:

> On Mon, Oct 03, 2022 at 09:05:34AM -0300, Ranier Vilela wrote:
> > >Please let us know if you have any questions. We're excited that we are
> > >very close to officially releasing PostgreSQL 15.
> > Hi, forgive my ignorance.
> > What are the rules for a commit to be included in the release notes?
> > Does it need to be explicitly requested?
> >
> > Why is the commit 8cb2a22
> > <
> https://github.com/postgres/postgres/commit/8cb2a22bbb2cf4212482ac15021ceaa2e9c52209
> >
> > (bug fix), not included?
> > I think users of this function should be better informed.
>
> That commit has been backpatched, so it's not new in pg15 and will be in
> the
> release notes of the next minor versions.
>
Thanks Julien.

regards,
Ranier Vilela


Re: PostgreSQL 15 GA release date

2022-10-03 Thread Ranier Vilela
Em seg., 3 de out. de 2022 às 09:39, Justin Pryzby 
escreveu:

> On Mon, Oct 03, 2022 at 09:05:34AM -0300, Ranier Vilela wrote:
> > >Please let us know if you have any questions. We're excited that we are
> > >very close to officially releasing PostgreSQL 15.
> > Hi, forgive my ignorance.
> > What are the rules for a commit to be included in the release notes?
> > Does it need to be explicitly requested?
> >
> > Why is the commit 8cb2a22 (bug fix), not included?
>
> It's not included in the release notes for major version 15, since it
> was backpatched to v12, so it's not a "change in v15" (for example,
> someone upgrading from v14.6 will already have that change).
>
> It'll be included in the minor release notes, instead.
>
Thanks Justin for the clarification.

regards,
Ranier Vilela


Re: PostgreSQL 15 GA release date

2022-10-03 Thread Julien Rouhaud
On Mon, Oct 03, 2022 at 09:05:34AM -0300, Ranier Vilela wrote:
> >Please let us know if you have any questions. We're excited that we are
> >very close to officially releasing PostgreSQL 15.
> Hi, forgive my ignorance.
> What are the rules for a commit to be included in the release notes?
> Does it need to be explicitly requested?
> 
> Why is the commit 8cb2a22
> 
> (bug fix), not included?
> I think users of this function should be better informed.

That commit has been backpatched, so it's not new in pg15 and will be in the
release notes of the next minor versions.




Re: PostgreSQL 15 GA release date

2022-10-03 Thread Justin Pryzby
On Mon, Oct 03, 2022 at 09:05:34AM -0300, Ranier Vilela wrote:
> >Please let us know if you have any questions. We're excited that we are
> >very close to officially releasing PostgreSQL 15.
> Hi, forgive my ignorance.
> What are the rules for a commit to be included in the release notes?
> Does it need to be explicitly requested?
> 
> Why is the commit 8cb2a22 (bug fix), not included?

It's not included in the release notes for major version 15, since it
was backpatched to v12, so it's not a "change in v15" (for example,
someone upgrading from v14.6 will already have that change).

It'll be included in the minor release notes, instead.

-- 
Justin




re: PostgreSQL 15 GA release date

2022-10-03 Thread Ranier Vilela
>Please let us know if you have any questions. We're excited that we are
>very close to officially releasing PostgreSQL 15.
Hi, forgive my ignorance.
What are the rules for a commit to be included in the release notes?
Does it need to be explicitly requested?

Why is the commit 8cb2a22

(bug fix), not included?
I think users of this function should be better informed.

regards,
Ranier Vilela