[COMMITTERS] pgsql: Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not

2007-02-04 Thread Tom Lane
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

[COMMITTERS] pgsql: Don't MAXALIGN in the checks to decide whether a tuple is over

2007-02-04 Thread Tom Lane
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

[COMMITTERS] pgsql: Don't MAXALIGN in the checks to decide whether a tuple is over

2007-02-04 Thread Tom Lane
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

[COMMITTERS] plpsm - plpgpsm: fix regress bug

2007-02-04 Thread User Okbob
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)

Re: [COMMITTERS] pgsql: Update SQL conformance information about XML features.

2007-02-04 Thread Nikolay Samokhvalov
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

Re: [COMMITTERS] pgsql: Update SQL conformance information about XML features.

2007-02-04 Thread Peter Eisentraut
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) > >