Skip to content

[YSQL] [Concurrent DDL] Re-introduce yb_enable_concurrent_ddl GUC as no-op to prevent upgrade errors #31555

@pao214

Description

@pao214

Context

#31225 removed the yb_enable_concurrent_ddl GUC in favor of the gflag ysql_enable_concurrent_ddl. Clusters with the old GUC set in postgresql.conf will hit an unrecognized parameter error on upgrade.

Solution

Re-introduce yb_enable_concurrent_ddl as a deprecated no-op GUC that accepts the setting without error and emits a WARNING pointing to the correct gflag ysql_enable_concurrent_ddl.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions