Log Message:
---
Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to
describe the maximum size of index tuples (which is typically AM-dependent
anyway); and consequently remove the bogus deduction for "special space"
that was built into it.
Adjust TOAST_TUPLE_THRESHOL
Log Message:
---
Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's
threshold for tuple length. On 4-byte-MAXALIGN machines, the toast code
creates tuples that have t_len exactly TOAST_TUPLE_THRESHOLD ... but this
number is not itself maxaligned, so if heap_insert maxal
Log Message:
---
Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's
threshold for tuple length. On 4-byte-MAXALIGN machines, the toast code
creates tuples that have t_len exactly TOAST_TUPLE_THRESHOLD ... but this
number is not itself maxaligned, so if heap_insert maxal
Log Message:
---
fix regress bug
Modified Files:
--
plpgpsm/src:
INSTALL (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/INSTALL.diff?r1=1.1.1.1&r2=1.2)
plpgpsm/src/expected:
plpgpsm.out (r1.8 -> r1.9)
On 2/4/07, Peter Eisentraut <[EMAIL PROTECTED]> wrote:
Nikolay Samokhvalov wrote:
> On 2/3/07, Peter Eisentraut <[EMAIL PROTECTED]> wrote:
> > Log Message:
> > ---
> > Update SQL conformance information about XML features.
> >
> > Modified Files:
> > --
> > pgsql/doc/src/s
Nikolay Samokhvalov wrote:
> On 2/3/07, Peter Eisentraut <[EMAIL PROTECTED]> wrote:
> > Log Message:
> > ---
> > Update SQL conformance information about XML features.
> >
> > Modified Files:
> > --
> > pgsql/doc/src/sgml:
> > features.sgml (r2.26 -> r2.27)
> >