Closed nothrow closed 3 weeks ago
Describe the bug PR https://github.com/postgresml/pgcat/pull/578 added configurable behavior for situation, when no shard is selected.
It is added into example pgcat.toml, but under wrong key. It kind of confused me.
The # no_shard_specified_behavior = shoud be # default_shard =
# no_shard_specified_behavior =
# default_shard =
Expected behavior No problem in behavior. Just improvement in example configuration.
Describe the bug PR https://github.com/postgresml/pgcat/pull/578 added configurable behavior for situation, when no shard is selected.
It is added into example pgcat.toml, but under wrong key. It kind of confused me.
The
# no_shard_specified_behavior =
shoud be# default_shard =
Expected behavior No problem in behavior. Just improvement in example configuration.