Skip to content

feat(pgproto): support vdbe_max_steps and vtable_max_rows options

Maksim Kaitmazian requested to merge max/support-voptions-in-pgproto into master

Summary

  • feat(pgproto): support vdbe_max_steps and vtable_max_rows options

With these changes, a user can specify new default values for vdbe_max_steps vtable_max_rows options in connection string.

For example, the following connection string sets both options to 42: postgres://postgres:Passw0rd@localhost:5432?options=vtable_max_rows%3D42,vdbe_max_steps%3D42


  • Cherry-pick to: none
  • Docs follow-up: not necessary
  • Changelog is updated
Edited by Maksim Kaitmazian

Merge request reports