diff options
Diffstat (limited to 'src/bin/pg_basebackup/streamutil.c')
-rw-r--r-- | src/bin/pg_basebackup/streamutil.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/pg_basebackup/streamutil.c b/src/bin/pg_basebackup/streamutil.c index 77ae91fbe73..3394537d854 100644 --- a/src/bin/pg_basebackup/streamutil.c +++ b/src/bin/pg_basebackup/streamutil.c @@ -219,9 +219,9 @@ GetConnection(void) /* * Set always-secure search path, so malicious users can't get control. - * The capacity to run normal SQL queries was added in PostgreSQL - * 10, so the search path cannot be changed (by us or attackers) on - * earlier versions. + * The capacity to run normal SQL queries was added in PostgreSQL 10, so + * the search path cannot be changed (by us or attackers) on earlier + * versions. */ if (dbname != NULL && PQserverVersion(tmpconn) >= 100000) { |