On Wed, Jan 14, 2026 at 5:04 AM Kirill Reshke <reshkekirill@gmail.com> wrote: > On Wed, 14 Jan 2026 at 12:59, Alexandra Wang > <alexandra.wang.oss@gmail.com> wrote: > > > > Hi Peter, > > > > Thanks for the review! > > > > I've attached v23. > > > > 0001: Implement read-only dot notation for hstore. > > 0002: a small refactor that can be squashed with 0003. > > 0003: Implement read-only dot notation for jsonb. > > > Hi! > > In 0002 > > + * jsonPathFromParseResult() does second pass turning AST into binary > * representation of jsonpath. > */ > > Is it "does a second pass" and "into a binary representation" ?
Thanks for the review! I’ve attached v24, which addresses your feedback by updating the comments in 0002. 0001 and 0003 remain unchanged from v23.