[COMMITTERS] pgsql: Minor improvements to replication slot documentation.

2014-02-05 Thread Robert Haas
Minor improvements to replication slot documentation. Fix a thinko pointed out by Jeff Davis, and convert a couple of other references into links. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/14aa601f50edefb18f65956a4b32131b9c9ea2da Modified Files --

Re: [COMMITTERS] pgsql: Introduce replication slots.

2014-02-05 Thread Robert Haas
On Tue, Feb 4, 2014 at 2:29 PM, Jeff Davis wrote: > Also, in 25.2.6: > > "or by storing the segments in an archive using restore_command". > > I think you meant "archive_command", right? Yep, thanks. Fixed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Comp

[COMMITTERS] pgsql: Remove unnecessary relcache flushes after changing btree metapag

2014-02-05 Thread Tom Lane
Remove unnecessary relcache flushes after changing btree metapages. These flushes were added in my commit d2896a9ed, which added the btree logic that keeps a cached copy of the index metapage data in index relcache entries. The idea was to ensure that other backends would promptly update their ca

[COMMITTERS] pgsql: Fix whitespace

2014-02-05 Thread Peter Eisentraut
Fix whitespace Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f65233755ca5d01f49137b37f6a78b46acc83484 Modified Files -- src/backend/utils/adt/jsonfuncs.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing

[COMMITTERS] pgsql: doc: Disable indentation of XHTML output

2014-02-05 Thread Peter Eisentraut
doc: Disable indentation of XHTML output Indenting the XHTML output can lead to incorrect rendering. This only affects the build via XSLT. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f31005e340c55948df6ab64370ce5cf202935f89 Modified Files -- doc/src