![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
As noted in prior forum postings, we've been working on adding support for MVCC into Ingres. (See 'MVCC - Ingres Community Wiki' (http://community.ingres.com/wiki/MVCC) for details on the feature.) The feature will be available in the next few weeks in a community edition version of Ingres 10. If you have an interest in testing the feature, please send me email directly at zelaine.fong (AT) ingres (DOT) com, and I can then email you back when the product is available for download. |
#3
| |||
| |||
|
|
First the VectorWise tech preview program, and now first sight of MVCC!? What a week. I'm like a dog with two tails. |
#4
| |||
| |||
|
|
First the VectorWise tech preview program, and now first sight of MVCC!? What a week. I'm like a dog with two tails. That's sounds so much better than being a one legged Chinese Elvis impersonator. But the effect is much the same. |
#5
| |||
| |||
|
#6
| |||
| |||
|
#7
| |||
| |||
|
|
I've made the necessary changes to back!psf!psl!pslsscan.c and it appears to work OK. The problem occurs when I try to get it to raise an error if the number would exceed what could be held by an int8 item. ...Trouble is that my error message is not printed, instead I get: E_US0A94 line 1, Unexpected character ''. I've traced back!psf!psf!psferror.c and it appears that the problem is that my message comes with a setting for pss_retry = 1 in the session CB. This gets anded to PSS_REPORT_MSGS = 2, and hence my message is not printed. The E_US0A94 message comes with a pss_retry=10 and is hence printed. |
#8
| |||
| |||
|
|
I've made the necessary changes to back!psf!psl!pslsscan.c and it appears to work OK. The problem occurs when I try to get it to raise an error if the number would exceed what could be held by an int8 item. ...Trouble is that my error message is not printed, instead I get: E_US0A94 line 1, Unexpected character ''. I've traced back!psf!psf!psferror.c and it appears that the problem is that my message comes with a setting for pss_retry = 1 in the session CB. This gets anded to PSS_REPORT_MSGS = 2, and hence my message is not printed. The E_US0A94 message comes with a pss_retry=10 and is hence printed. |
![]() |
| Thread Tools | |
| Display Modes | |
| |