pgsql: Doc: remove claim that hash index creation depends on effective_

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Doc: remove claim that hash index creation depends on effective_
Date: 2016-07-31 22:33:21
Message-ID: E1bTzIP-0000rl-Sx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: remove claim that hash index creation depends on effective_cache_size.

This text was added by commit ff213239c, and not long thereafter obsoleted
by commit 4adc2f72a (which made the test depend on NBuffers instead); but
nobody noticed the need for an update. Commit 9563d5b5e adds some further
dependency on maintenance_work_mem, but the existing verbiage seems to
cover that with about as much precision as we really want here. Let's
just take it all out rather than leaving ourselves open to more errors of
omission in future. (That solution makes this change back-patchable, too.)

Noted by Peter Geoghegan.

Discussion: <CAM3SWZRVANbj9GA9j40fAwheQCZQtSwqTN1GBTVwRrRbmSf7cg(at)mail(dot)gmail(dot)com>

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/c0782a147390d11eab8387fd612b15d5ec6d5240

Modified Files
--------------
doc/src/sgml/ref/create_index.sgml | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2016-08-01 08:38:51 pgsql: Fix pg_basebackup so that it accepts 0 as a valid compression le
Previous Message Tom Lane 2016-07-31 20:05:32 pgsql: Code review for tqueue.c: fix memory leaks, speed it up, other f