some patches for 6.4.2

Started by Massimo Dal Zottoabout 27 years ago2 messages
#1Massimo Dal Zotto
dz@cs.unitn.it

Hi,

I have some patches for version 6.4.2:

config.patch added some configuration options
lock.patch fixes to lock debugging macros
pgtclid.patch fix for notify bug
tclarrays.patch added missing code for tcl arrays
trace.patch added a missing variable

--
Massimo Dal Zotto

+----------------------------------------------------------------------+
|  Massimo Dal Zotto               email: dz@cs.unitn.it               |
|  Via Marconi, 141                phone: ++39-0461534251              |
|  38057 Pergine Valsugana (TN)      www: http://www.cs.unitn.it/~dz/  |
|  Italy                             pgp: finger dz@tango.cs.unitn.it  |
+----------------------------------------------------------------------+
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Massimo Dal Zotto (#1)
Re: [HACKERS] some patches for 6.4.2

Massimo Dal Zotto <dz@cs.unitn.it> writes:

I have some patches for version 6.4.2:

config.patch added some configuration options
lock.patch fixes to lock debugging macros
pgtclid.patch fix for notify bug
tclarrays.patch added missing code for tcl arrays
trace.patch added a missing variable

Applied to current source tree, except pgtclid.patch modified per
my previous message.

I still think TCL_ARRAYS is a kluge ... we need a better solution
that can be turned on all the time without breaking other things...

regards, tom lane