Re: [DOCS] Documenting removal of nonnullvalue() and friends

2011-03-02 Thread Tom Lane
I wrote: > Bruce Momjian writes: >> Tom Lane wrote: >>> I thought about this a bit more last night. It's certainly true that >>> a lot of "internal" functions have comments that don't suggest that >>> they're not meant to be used directly. What I think would be a good >>> plan for functions that

Re: [DOCS] Change to kernel-resources

2011-03-02 Thread Robert Haas
On Wed, Mar 2, 2011 at 2:46 PM, Josh Berkus wrote: > On 3/2/11 8:35 AM, Robert Haas wrote: >> On Mon, Feb 7, 2011 at 1:47 PM, Josh Berkus wrote: >>> Had to look up some stuff given the splintering of Solaris: >>> >>> == >>> >>> Solaris 2.6 to 2.9 (Solaris 6 to Solaris 9) >>> >>>  

Re: [DOCS] Change to kernel-resources

2011-03-02 Thread Josh Berkus
On 3/2/11 8:35 AM, Robert Haas wrote: > On Mon, Feb 7, 2011 at 1:47 PM, Josh Berkus wrote: >> Had to look up some stuff given the splintering of Solaris: >> >> == >> >> Solaris 2.6 to 2.9 (Solaris 6 to Solaris 9) >> >>The default maximum size of a shared memory segment is too l

Re: [DOCS] Change to kernel-resources

2011-03-02 Thread Robert Haas
On Mon, Feb 7, 2011 at 1:47 PM, Josh Berkus wrote: > Had to look up some stuff given the splintering of Solaris: > > == > > Solaris 2.6 to 2.9 (Solaris 6 to Solaris 9) > >    The default maximum size of a shared memory segment is too low for > PostgreSQL. The relevant settings can

Re: [DOCS] ModifyTable, EXPLAIN ANALYZE and AFTER triggers

2011-03-02 Thread Tom Lane
Marko Tiikkaja writes: > The recent commit 09b49a8439fde63826f93f55430868cf2585644b claims: > +Time spent firing triggers, if any, is charged to the Insert, > +Update, or Delete node, and is also shown separately for each trigger. > +Note, however, that deferred triggers will not be f

[DOCS] ModifyTable, EXPLAIN ANALYZE and AFTER triggers

2011-03-02 Thread Marko Tiikkaja
Hi, The recent commit 09b49a8439fde63826f93f55430868cf2585644b claims: +Time spent firing triggers, if any, is charged to the Insert, +Update, or Delete node, and is also shown separately for each trigger. +Note, however, that deferred triggers will not be fired until end of +tra