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
--
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
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
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
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