pgsql: Note explicitly that hash indexes are also not replicated becaus

Lists: pgsql-committers
From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Note explicitly that hash indexes are also not replicated becaus
Date: 2010-10-26 19:55:06
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Note explicitly that hash indexes are also not replicated because they're not
WAL-logged. Make the notice about the lack of WAL-logging more visible by
making it a <caution>. Also remove the false statement from hot standby
caveats section that hash indexes are not used during hot standby.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=5c38782cc8b3219d43ac2ccaf4254fd590bde758

Modified Files
--------------
doc/src/sgml/high-availability.sgml | 3 +--
doc/src/sgml/indices.sgml | 9 +++++----
2 files changed, 6 insertions(+), 6 deletions(-)