Skip to content

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 MMeent and tristan957 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
Contributor

@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.

3 participants