mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 01:59:53 -05:00
Fix comment related to pg_cryptohash_error()
One of the comments introduced in b69aba7 was worded a bit weirdly, so
improve it.
Reported-by: Sergey Shinderuk
Discussion: https://postgr.es/m/71b9a5d2-a3bf-83bc-a243-93dcf0bcfb3b@postgrespro.ru
Backpatch-through: 14
This commit is contained in:
parent
ab27df2490
commit
af8d530e47
2 changed files with 2 additions and 2 deletions
|
|
@ -252,7 +252,7 @@ pg_cryptohash_free(pg_cryptohash_ctx *ctx)
|
|||
/*
|
||||
* pg_cryptohash_error
|
||||
*
|
||||
* Returns a static string providing errors about an error that
|
||||
* Returns a static string providing details about an error that
|
||||
* happened during a computation.
|
||||
*/
|
||||
const char *
|
||||
|
|
|
|||
|
|
@ -308,7 +308,7 @@ pg_cryptohash_free(pg_cryptohash_ctx *ctx)
|
|||
/*
|
||||
* pg_cryptohash_error
|
||||
*
|
||||
* Returns a static string providing errors about an error that
|
||||
* Returns a static string providing details about an error that
|
||||
* happened during a computation.
|
||||
*/
|
||||
const char *
|
||||
|
|
|
|||
Loading…
Reference in a new issue