Fix oversight in pg_strong_random commit. master
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 20 May 2025 06:04:28 +0000 (15:04 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 20 May 2025 06:04:28 +0000 (15:04 +0900)
commite14feea1dd455f10a7a533c8e489da9c780f1803
tree54a6e5de3ecf5a7e22443abe019da09ac5a5b122
parent7abdd48ece6630eb2c376e865d39500e49b33d8c
Fix oversight in pg_strong_random commit.

In the commit I forgot to test without SSL case, which requires to
include <errno.h>.

Author: Bo Peng <pengbo@sraoss.co.jp>
src/utils/pg_strong_random.c