From acd1b41a260ad6345af85d10dd94cf351b835278 Mon Sep 17 00:00:00 2001 From: shenzhengntu <503699317@qq.com> Date: Wed, 28 Jun 2023 10:26:58 +0800 Subject: [PATCH] coverity problem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Code Source From: Self Code Description: 【Optional】 Jira: #【Optional】 市场项目编号(名称):【Optional】 --- initdata/masterconf/postgresql.conf | 2 +- initdata/pushconf/postgresql.conf | 2 +- src/backend/utils/misc/postgresql.conf.sample | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/initdata/masterconf/postgresql.conf b/initdata/masterconf/postgresql.conf index 9f4052b..c12c9ed 100644 --- a/initdata/masterconf/postgresql.conf +++ b/initdata/masterconf/postgresql.conf @@ -93,7 +93,7 @@ max_connections = 100 # (change requires restart) # - Authentication - #authentication_timeout = 1min # 1s-600s -#password_encryption = scram-sha-256 # scram-sha-256 or md5 + #db_user_namespace = off # GSSAPI using Kerberos diff --git a/initdata/pushconf/postgresql.conf b/initdata/pushconf/postgresql.conf index a816004..27f6089 100644 --- a/initdata/pushconf/postgresql.conf +++ b/initdata/pushconf/postgresql.conf @@ -93,7 +93,7 @@ max_connections = 100 # (change requires restart) # - Authentication - #authentication_timeout = 1min # 1s-600s -password_encryption = md5 # scram-sha-256 or md5 + #db_user_namespace = off # GSSAPI using Kerberos diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 4557ba7..0a0d927 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -93,7 +93,7 @@ # - Authentication - #authentication_timeout = 1min # 1s-600s -#password_encryption = scram-sha-256 # scram-sha-256 or md5 + #db_user_namespace = off # GSSAPI using Kerberos