Skip to content

Update gitlab-labkit & pg_query gems

Manoj M J requested to merge mmj-upgrade-labkit into master

What does this MR do and why?

Update to pg_query to version 4.2.1 from 2.1

We need to update the version of pg_query as pg_query version 4.2.1 contains a fix that we made: https://github.com/pganalyze/pg_query/pull/285, which we need to pull in to solve an issue we are facing: !120838 (comment 1391948269).

Update to gitlab-labkit to version 0.33.0 from 0.32.0

Since gitlab-labkit depends on pg_query version 2.1 currently, labkit was also updated yesterday to use pg_query 4.2.1: gitlab-org/ruby/gems/labkit-ruby!114 (merged), and we have tagged a new version 0.33.0, so we need to update gitlab-labkit too.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Manoj M J

Merge request reports