Re: Some minor error fixes - Mailing list pgsql-docs

From Peter Eisentraut
Subject Re: Some minor error fixes
Date
Msg-id b09e00a5-1250-8cff-4370-ea67a4665cef@2ndquadrant.com
Whole thread Raw
In response to Re: Some minor error fixes  (Alexander Law <exclusion@gmail.com>)
List pgsql-docs
On 7/15/16 12:06 AM, Alexander Law wrote:
> Regarding 6, please look at the old documentation:
> http://www.postgresql.org/docs/9.1/static/pgcrypto.html#PGCRYPTO-HASH-SPEED-TABLE
> It contains "crypt-bf/5 | 211" in the table and "john -test shows 213
> loops/sec for crypt-bf/5" below the table. (The difference is 2 loops
> per second).
>
> Current documentation:
> https://www.postgresql.org/docs/current/static/pgcrypto.html#PGCRYPTO-HASH-SPEED-TABLE
> contains:
> "crypt-bf/5     13504" in the table (number is increased with the faster
> CPU) and still "john -test shows 213 loops/sec for crypt-bf/5" below the
> table.
> So I propose to change 213 below the table to 13504 + 2 (previous
> difference).

makes sense, fixed

--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-docs by date:

Previous
From: Oleg Bartunov
Date:
Subject: pg_trgm authors
Next
From: Bruce Momjian
Date:
Subject: Re: pg_trgm authors