forked from huawei/openGauss-server
fix bug guc
This commit is contained in:
parent
8f19af80f3
commit
cd24cc83cf
|
|
@ -18235,7 +18235,9 @@ int find_guc_option(
|
|||
opt_name,
|
||||
(targetline + 1))));
|
||||
}
|
||||
|
||||
if (matchtimes > 0) {
|
||||
return targetline;
|
||||
}
|
||||
/* The second loop is to deal with the lines commented by '#' */
|
||||
matchtimes = 0;
|
||||
for (i = 0; optlines[i] != NULL; i++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue