Skip to content

Add a CI build to check postgres repository changes. #701

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2025

Conversation

dimitri
Copy link

@dimitri dimitri commented Jul 23, 2025

The CI builds Postgres from the source code in this branch installed in the neon vendor/postgres-vXX directory, and then runs the Postgres regression tests and a very simple Neon test that just does CREATE EXTENSION neon.

This allows making sure we can still build Neon with the current code in the branch, and load the neon shared library at the server's start-up. Actual neon testing is still maintained in the neon repository, the goal of this CI action is to have a minimum amount of feedback when contributing to the Postgres repository.

@dimitri dimitri requested review from MMeent and tristan957 July 23, 2025 18:49
@dimitri dimitri force-pushed the ci/15/build-workflow branch from c4df441 to 7845b71 Compare July 24, 2025 12:18
The CI builds Postgres from the source code in this branch installed in the
neon vendor/postgres-vXX directory, and then runs the Postgres regression
tests and a very simple Neon test that just does CREATE EXTENSION neon.

This allows making sure we can still build Neon with the current code in the
branch, and load the neon shared library at the server's start-up. Actual
neon testing is still maintained in the neon repository, the goal of this CI
action is to have a minimum amount of feedback when contributing to the
Postgres repository.
@dimitri dimitri force-pushed the ci/15/build-workflow branch from 7845b71 to 4541c07 Compare July 24, 2025 12:19
@dimitri dimitri merged commit 6795145 into REL_15_STABLE_neon Jul 25, 2025
2 checks passed
@dimitri dimitri deleted the ci/15/build-workflow branch July 25, 2025 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants