MCPcopy Create free account
hub / github.com/apache/cloudberry / SetConfigOption

Function SetConfigOption

src/backend/utils/misc/guc.c:8439–8445  ·  view source on GitHub ↗

* Set a config option to the given value. * * See also set_config_option; this is just the wrapper to be called from * outside GUC. (This function should be used when possible, because its API * is more stable than set_config_option's.) * * Note: there is no support here for setting source file/line, as it * is currently not needed. */

Source from the content-addressed store, hash-verified

8437 * is currently not needed.
8438 */
8439void
8440SetConfigOption(const char *name, const char *value,
8441 GucContext context, GucSource source)
8442{
8443 (void) set_config_option(name, value, context, source,
8444 GUC_ACTION_SET, true, 0, false);
8445}
8446
8447
8448

Callers 15

set_limitFunction · 0.85
set_debug_optionsFunction · 0.85
InitializeSessionUserIdFunction · 0.85
SetSessionAuthorizationFunction · 0.85
SetCurrentRoleIdFunction · 0.85
CheckMyDatabaseFunction · 0.85
process_startup_optionsFunction · 0.85
InitializeGUCOptionsFunction · 0.85
SelectConfigFilesFunction · 0.85

Calls 1

set_config_optionFunction · 0.85

Tested by 1