FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore(deps): upgrade pgx to v5 (#6916) · stackrox/stackrox@cb4fffa · GitHub

chore(deps): upgrade pgx to v5 (#6916) · stackrox/stackrox@cb4fffa · GitHub
Skip to content

Navigation Menu

Commit cb4fffa

Browse files
authored
chore(deps): upgrade pgx to v5 (#6916)
Signed-off-by: Tomasz Janiszewski <tomek@redhat.com>
1 parent 1fedfc5 commit cb4fffa

221 files changed

Lines changed: 501 additions & 640 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎Makefile‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ TESTFLAGS=-race -p 4
66
BASE_DIR=$(CURDIR)
77
BENCHTIME ?= 1x
88
BENCHTIMEOUT ?= 20m
9+
BENCHCOUNT ?= 1
910

1011
ifeq (,$(findstring podman,$(shell docker --version 2>/dev/null)))
1112
# Podman DTRT by running processes unprivileged in containers,
@@ -506,7 +507,7 @@ go-postgres-unit-tests: build-prep test-prep
506507
go-postgres-bench-tests: build-prep test-prep
507508
@# The -p 1 passed to go test is required to ensure that tests of different packages are not run in parallel, so as to avoid conflicts when interacting with the DB.
508509
set -o pipefail ; \
509-
CGO_ENABLED=1 GODEBUG=cgocheck=2 MUTEX_WATCHDOG_TIMEOUT_SECS=30 ROX_POSTGRES_DATASTORE=true GOTAGS=$(GOTAGS),test,sql_integration scripts/go-test.sh -p 1 -run=nonthing -bench=. -benchtime=$(BENCHTIME) -benchmem -timeout $(BENCHTIMEOUT) -v \
510+
CGO_ENABLED=1 GODEBUG=cgocheck=2 MUTEX_WATCHDOG_TIMEOUT_SECS=30 ROX_POSTGRES_DATASTORE=true GOTAGS=$(GOTAGS),test,sql_integration scripts/go-test.sh -p 1 -run=nonthing -bench=. -benchtime=$(BENCHTIME) -benchmem -timeout $(BENCHTIMEOUT) -count $(BENCHCOUNT) -v \
510511
$(shell git grep -rl "testing.B" central pkg migrator tools | sed -e 's@^@./@g' | xargs -n 1 dirname | sort | uniq | xargs go list -tags sql_integration | grep -v '^github.com/stackrox/rox/tests$$' | grep -Ev $(UNIT_TEST_IGNORE)) \
511512
| tee $(GO_TEST_OUTPUT_PATH)
512513

‎central/activecomponent/datastore/internal/store/postgres/store.go‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎central/administration/events/datastore/internal/store/postgres/store.go‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎central/administration/usage/store/postgres/store.go‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎central/alert/datastore/internal/store/postgres/store.go‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎central/apitoken/datastore/internal/store/postgres/store.go‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎central/auth/store/postgres/store.go‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎central/authprovider/datastore/internal/store/postgres/store.go‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎central/blob/datastore/store/postgres/store.go‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎central/blob/datastore/store/store.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"context"
55
"io"
66

7-
"github.com/jackc/pgx/v4"
7+
"github.com/jackc/pgx/v5"
88
"github.com/pkg/errors"
99
"github.com/stackrox/rox/central/blob/datastore/store/postgres"
1010
v1 "github.com/stackrox/rox/generated/api/v1"

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.

Back | FazBrowse Home | New Git URL