diff options
Diffstat (limited to 'src/include/port.h')
-rw-r--r-- | src/include/port.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/port.h b/src/include/port.h index 7e2004b178b..7de6ba67f0d 100644 --- a/src/include/port.h +++ b/src/include/port.h @@ -508,6 +508,7 @@ extern char *inet_net_ntop(int af, const void *src, int bits, /* port/pg_strong_random.c */ extern bool pg_strong_random(void *buf, size_t len); + /* * pg_backend_random used to be a wrapper for pg_strong_random before * Postgres 12 for the backend code. |