pgsql: Update gratuitous use of MD5 in documentation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update gratuitous use of MD5 in documentation
Date: 2018-02-22 16:40:26
Message-ID: E1eotv0-00069R-PU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update gratuitous use of MD5 in documentation

It seems some people are bothered by the outdated MD5 appearing in
example code. So replace it with more modern alternatives or by
a different example function.

Reported-by: Jon Wolski <jonwolski(at)gmail(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0db2fc98cdf4135f9dcfa3740db6f2548682fe7e

Modified Files
--------------
doc/src/sgml/citext.sgml | 10 +++++-----
doc/src/sgml/sepgsql.sgml | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-02-22 20:14:26 pgsql: Fix perlcritic warnings
Previous Message Robert Haas 2018-02-22 16:10:54 pgsql: Be lazier about partition tuple routing.