Add missing ASF license headers to three regression tests - #2496
Open
gregfelice wants to merge 1 commit into
Open
Add missing ASF license headers to three regression tests#2496gregfelice wants to merge 1 commit into
gregfelice wants to merge 1 commit into
Conversation
agehash, cypher_subquery and age_global_graph were added without the Apache license header that the rest of the tree carries. These were the only files under regress/ missing it. The expected outputs are regenerated rather than hand-edited, since pg_regress echoes the input file into the results. No test behaviour changes; the full suite passes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three regression tests were added without the Apache license header that the rest of the tree carries. These are the only files under
regress/missing it:regress/sql/agehash.sql+ expected outputregress/sql/cypher_subquery.sql+ expected outputregress/sql/age_global_graph.sql+ expected outputI noticed the
agehashone while checking the 1.8.0 RC for the release vote and said I would fix it in master; scanning the rest ofregress/turned up the other two, so they are bundled here rather than filed as a second PR.Header text is copied verbatim from the sibling regression tests. The expected outputs are regenerated rather than hand-edited, since pg_regress echoes the input file into the results — so each
.outgains the same header as its.sql.No test behaviour changes. Full suite passes (42/42, PostgreSQL 18.4), and after this every file under
regress/carries the header.