pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.

Started by Bruce Momjianover 19 years ago8 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

Log Message:
-----------
Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/doc/src/sgml:
release.sgml (r1.488.2.5 -> r1.488.2.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.488.2.5&r2=1.488.2.6)

#2Andrew Dunstan
andrew@dunslane.net
In reply to: Bruce Momjian (#1)
Re: pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.

Bruce Momjian wrote:

Log Message:
-----------
Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.

Tags:
----
REL8_2_STABLE

This missed the fix for psql "\copy (query)" which I committed the other
day for 8.2, and should probably have been in the release notes. What's
the protocol there?

cheers

andrew

#3Bruce Momjian
bruce@momjian.us
In reply to: Andrew Dunstan (#2)
Re: pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.

Andrew Dunstan wrote:

Bruce Momjian wrote:

Log Message:
-----------
Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.

Tags:
----
REL8_2_STABLE

This missed the fix for psql "\copy (query)" which I committed the other
day for 8.2, and should probably have been in the release notes. What's
the protocol there?

I did not mention it because it merely fixes a rare bug. It is not
something I would normally mention in the release notes.

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

#4Andrew Dunstan
andrew@dunslane.net
In reply to: Bruce Momjian (#3)
Re: pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.

Bruce Momjian wrote:

Andrew Dunstan wrote:

Bruce Momjian wrote:

Log Message:
-----------
Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.

Tags:
----
REL8_2_STABLE

This missed the fix for psql "\copy (query)" which I committed the other
day for 8.2, and should probably have been in the release notes. What's
the protocol there?

I did not mention it because it merely fixes a rare bug. It is not
something I would normally mention in the release notes.

ok.

cheers

andrew

#5Bruce Momjian
bruce@momjian.us
In reply to: Andrew Dunstan (#4)
Re: [COMMITTERS] pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.

Andrew Dunstan wrote:

Bruce Momjian wrote:

Andrew Dunstan wrote:

Bruce Momjian wrote:

Log Message:
-----------
Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.

Tags:
----
REL8_2_STABLE

This missed the fix for psql "\copy (query)" which I committed the other
day for 8.2, and should probably have been in the release notes. What's
the protocol there?

I did not mention it because it merely fixes a rare bug. It is not
something I would normally mention in the release notes.

ok.

If there is some value to capturing every change, but still keeping the
release notes a readable length, please let me know.

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

#6Neil Conway
neilc@samurai.com
In reply to: Bruce Momjian (#5)
Re: Re: [COMMITTERS] pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.

On Wed, 2007-02-07 at 13:21 -0500, Bruce Momjian wrote:

If there is some value to capturing every change, but still keeping the
release notes a readable length, please let me know.

If it fixes a real, non-theoretical bug and has been backpatched to a
stable release branch, I would say in most cases it is worth documenting
in the release notes. Describing every change made in a new feature
release (i.e. 8.3.0) would be far too much verbiage, but far fewer
changes are made to stable branches. Also, documenting all the
significant changes in stable branch releases is valuable to let users
identify possible regressions.

-Neil

#7Tom Lane
tgl@sss.pgh.pa.us
In reply to: Neil Conway (#6)
Re: Re: [COMMITTERS] pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.

Neil Conway <neilc@samurai.com> writes:

If it fixes a real, non-theoretical bug and has been backpatched to a
stable release branch, I would say in most cases it is worth documenting
in the release notes. Describing every change made in a new feature
release (i.e. 8.3.0) would be far too much verbiage, but far fewer
changes are made to stable branches. Also, documenting all the
significant changes in stable branch releases is valuable to let users
identify possible regressions.

Neil has a good point: the documentation policy should be different for
updates to stable branches than it is for a new major release. I think
Bruce's "too small to bother with" policy is about right for major
releases, but if we've bothered to back-patch something then it's
usually worth documenting.

regards, tom lane

#8Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#7)
Re: Re: [COMMITTERS] pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.

Tom Lane wrote:

Neil Conway <neilc@samurai.com> writes:

If it fixes a real, non-theoretical bug and has been backpatched to a
stable release branch, I would say in most cases it is worth documenting
in the release notes. Describing every change made in a new feature
release (i.e. 8.3.0) would be far too much verbiage, but far fewer
changes are made to stable branches. Also, documenting all the
significant changes in stable branch releases is valuable to let users
identify possible regressions.

Neil has a good point: the documentation policy should be different for
updates to stable branches than it is for a new major release. I think
Bruce's "too small to bother with" policy is about right for major
releases, but if we've bothered to back-patch something then it's
usually worth documenting.

OK, I am more liberal in adding to a minor release, but I avoid cases
where the bug has been around for a long time and the error case is
rare.

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +