On branch update-dss-guc

Your branch is up to date with 'origin/update-dss-guc'.
 Changes to be committed:
	modified:   src/bin/gs_guc/cluster_guc.conf
	modified:   src/common/backend/utils/misc/guc/guc_storage.cpp
This commit is contained in:
z00848344
2024-01-09 16:55:14 +08:00
parent b7f74858d9
commit 6e763e8035
2 changed files with 2 additions and 2 deletions

View File

@ -770,7 +770,7 @@ ss_rdma_work_config|string|0,0|NULL|NULL|
ss_ock_log_path|string|0,0|NULL|NULL|
ss_enable_scrlock|bool|0,0|NULL|NULL|
ss_enable_scrlock_sleep_mode|bool|0,0|NULL|NULL|
ss_scrlock_server_port|int|1,65535|NULL|NULL|
ss_scrlock_server_port|int|1024,65535|NULL|NULL|
ss_scrlock_worker_count|int|2,16|NULL|NULL|
ss_scrlock_worker_bind_core|string|0,0|NULL|NULL|
ss_scrlock_server_bind_core|string|0,0|NULL|NULL|

View File

@ -3806,7 +3806,7 @@ static void InitStorageConfigureNamesInt()
GUC_SUPERUSER_ONLY},
&g_instance.attr.attr_storage.dms_attr.scrlock_server_port,
8000,
0,
1024,
65535,
NULL,
NULL,