Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

contrib

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Heikki Linnakangas authored
    Previously, gen_random_uuid() would fall back to a weak random number
    generator, unlike gen_random_bytes() which would just fail. And this was
    not made very clear in the docs. For consistency, also make
    gen_random_uuid() fail outright, if compiled with --disable-strong-random.
    
    Re-word the error message you get with --disable-strong-random. It is also
    used by pgp functions that require random salts, and now also
    gen_random_uuid().
    
    Reported by Radek Slupik.
    
    Discussion: https://www.postgresql.org/message-id/20170101232054.10135.50528@wrigleys.postgresql.org
    bf723a27
    History
    Name Last commit Last update
    ..