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

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: E1PApbu-0003ju-WA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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
------
REL9_0_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-10-26 23:35:48 pgsql: Minor fixups for psql's process_file() function.
Previous Message Robert Haas 2010-10-26 18:56:07 pgsql: Fix dumb typo in SECURITY LABEL error message.