Skip to content

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

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 3 commits into from
Jul 24, 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. We might want to add more commands in contrib/neon/sql/neon.sql for more coverage.

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 tristan957 and MMeent July 23, 2025 17:20
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. We might
want to add more commands in contrib/neon/sql/neon.sql for more coverage.

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/build-workflow branch from 9589198 to d435d1e Compare July 23, 2025 17:27
Copy link

@MMeent MMeent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is the right direction for CI in this repo. Especially the new addition of a bogus neon extension module seems totally unwarranted.

@dimitri dimitri merged commit 3009750 into REL_14_STABLE_neon Jul 24, 2025
2 checks passed
@dimitri dimitri deleted the ci/build-workflow branch July 24, 2025 12:16
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