mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
* regression tests
* minor doc updates Marko Kreen
This commit is contained in:
@ -22,7 +22,7 @@ unsigned px_gen_salt(const char *salt_type, char *dst, int rounds);
|
||||
Random
|
||||
======
|
||||
|
||||
int px_rand_get_bytes(uint8 *dst, int num)
|
||||
int px_get_random_bytes(uint8 *dst, int num)
|
||||
|
||||
|
||||
Crypto "objects"
|
||||
|
Reference in New Issue
Block a user