winrnd.diff

text/plain

Filename: winrnd.diff
Type: text/plain
Part: 0
Message: Re: 4 pgcrypto regressions failures - 1 unsolved

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: context
File+
contrib/pgcrypto/random.c 1 1
Index: contrib/pgcrypto/random.c
===================================================================
RCS file: /opt/arc/cvs2/pgsql/contrib/pgcrypto/random.c,v
retrieving revision 1.12
diff -u -c -r1.12 random.c
*** contrib/pgcrypto/random.c	11 Jul 2005 15:07:59 -0000	1.12
--- contrib/pgcrypto/random.c	11 Jul 2005 16:40:16 -0000
***************
*** 126,132 ****
  	if (!res)
  		return dst;
  	
! 	res = CryptGenRandom(h, NUM_BYTES, dst);
  	if (res == TRUE)
  		dst += len;
  
--- 126,132 ----
  	if (!res)
  		return dst;
  	
! 	res = CryptGenRandom(h, RND_BYTES, dst);
  	if (res == TRUE)
  		dst += len;