postgresml / pgcat

PostgreSQL pooler with sharding, load balancing and failover support.
MIT License
3.13k stars 193 forks source link

Wrong configuration key for no_shard_specified_behavior in default pgcat.toml #848

Closed nothrow closed 3 weeks ago

nothrow commented 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 =

Expected behavior No problem in behavior. Just improvement in example configuration.