Thread

Commits

  1. Remove dependency to query text in JumbleQuery()

  1. Clean up JumbleQuery() from query text

    Michael Paquier <michael@paquier.xyz> — 2023-06-26T08:44:49Z

    Hi all,
    
    Joe has reported me offlist that JumbleQuery() includes a dependency
    to the query text, but we don't use that anymore as the query ID is
    generated from the Query structure instead.
    
    Any thoughts about the cleanup attached?  But at the same time, this
    is simple and a new thing, so I'd rather clean up that now rather than
    later. 
    
    It is not urgent, so I am fine to postpone that after beta2 is
    released on 17~ if there are any objections to that, of course.
    
    Thoughts?
    --
    Michael
    
  2. Re: Clean up JumbleQuery() from query text

    Nathan Bossart <nathandbossart@gmail.com> — 2023-06-26T15:51:17Z

    On Mon, Jun 26, 2023 at 05:44:49PM +0900, Michael Paquier wrote:
    > Joe has reported me offlist that JumbleQuery() includes a dependency
    > to the query text, but we don't use that anymore as the query ID is
    > generated from the Query structure instead.
    > 
    > Any thoughts about the cleanup attached?  But at the same time, this
    > is simple and a new thing, so I'd rather clean up that now rather than
    > later. 
    
    LGTM
    
    > It is not urgent, so I am fine to postpone that after beta2 is
    > released on 17~ if there are any objections to that, of course.
    
    Even if extensions are using it, GA for v16 is still a few months away, so
    IMO it's okay to apply it to v16.
    
    -- 
    Nathan Bossart
    Amazon Web Services: https://aws.amazon.com
    
    
    
    
  3. Re: Clean up JumbleQuery() from query text

    Michael Paquier <michael@paquier.xyz> — 2023-06-27T06:26:43Z

    On Mon, Jun 26, 2023 at 08:51:17AM -0700, Nathan Bossart wrote:
    > On Mon, Jun 26, 2023 at 05:44:49PM +0900, Michael Paquier wrote:
    >> It is not urgent, so I am fine to postpone that after beta2 is
    >> released on 17~ if there are any objections to that, of course.
    > 
    > Even if extensions are using it, GA for v16 is still a few months away, so
    > IMO it's okay to apply it to v16.
    
    Okay, thanks.  I am adding the RMT in CC in case there are any
    objections, but I guess that this one will be OK even if applied in
    the next couple of days for 16.
    --
    Michael