Re: 7.1.4

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Marc G. Fournier" <scrappy@hub.org>
Cc: Justin Clift <justin@postgresql.org>, PostgreSQL Hackers Mailing List <pgsql-hackers@postgresql.org>
Date: 2002-01-24T14:57:57Z
Lists: pgsql-hackers
"Marc G. Fournier" <scrappy@hub.org> writes:
> Is there anything in the v7.1.x BRANCH that warrants a v7.1.4 release?

According to CVS, the *only* stuff in the 7.1 branch since 7.1.3 is

2001-10-01 05:38  inoue

	* src/: backend/executor/nodeTidscan.c, include/nodes/execnodes.h
	(REL7_1_STABLE): Keep the contents of TIDs not the pointers.  Tid
	scan has been broken for 7.1.

2001-09-12 13:14  tgl

	* src/backend/storage/lmgr/proc.c (REL7_1_STABLE): Back-patch
	deadlock recovery fix into 7.1 tree, in case someone needs it.


The deadlock-recovery fix is somewhat interesting, but I hardly think it
warrants a 7.1.4.

There are other fixes in current sources that perhaps could be
back-patched if we wanted to expend the time to do it.  I don't...

			regards, tom lane