summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/px.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pgcrypto/px.c')
-rw-r--r--contrib/pgcrypto/px.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pgcrypto/px.c b/contrib/pgcrypto/px.c
index 8ec920224ad..aea8e863af0 100644
--- a/contrib/pgcrypto/px.c
+++ b/contrib/pgcrypto/px.c
@@ -105,8 +105,8 @@ px_THROW_ERROR(int err)
ereport(ERROR,
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
errmsg("generating random data is not supported by this build"),
- errdetail("This functionality requires a source of strong random numbers"),
- errhint("You need to rebuild PostgreSQL using --enable-strong-random")));
+ errdetail("This functionality requires a source of strong random numbers."),
+ errhint("You need to rebuild PostgreSQL using --enable-strong-random.")));
#endif
}
else