Skip to content

Commit 9dbbc9d

Browse files
committed
ci.yml: fix stale extension-update-test reference in pg-upgrade-test comment
The job it referred to was folded into test earlier in this stack; point at the test job's update leg instead.
1 parent b5448fd commit 9dbbc9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ jobs:
362362
bin/test_existing run-suite count_nulls_upgrade_none ""
363363
bin/test_existing run-suite count_nulls_upgrade_quoted Quoted
364364
- name: Structurally compare the pg_upgraded database against a fresh install, across every TEST_SCHEMA value
365-
# Same rationale as extension-update-test's own use of this tool (see
366-
# above), but here the "other side" is the REAL database a binary
365+
# Same rationale as the test job's own update leg's use of this tool
366+
# (see above), but here the "other side" is the REAL database a binary
367367
# pg_upgrade + ALTER EXTENSION UPDATE just produced, not a scratch
368368
# database this tool created itself - passed as EXISTING_DB so the
369369
# script queries it in place instead of re-deriving it. Catches a

0 commit comments

Comments
 (0)