Skip to content

Conversation

syvb
Copy link
Member

@syvb syvb commented Jun 19, 2025

This is a precursor to a latter PR to support parallel index build.

@syvb syvb requested a review from a team as a code owner June 19, 2025 15:26
};

let pcxt = pg_sys::CreateParallelContext(EXTENSION_NAME, PARALLEL_BUILD_MAIN, workers);
let snapshot = if is_concurrent {
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we have any tests today that use CREATE INDEX CONCURRENT?

Copy link
Contributor

@tjgreen42 tjgreen42 left a comment

Choose a reason for hiding this comment

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

Looks like good progress to me overall. I'm thinking we should probably cut a point release with other pending fixes before merging this one though.

syvb added a commit that referenced this pull request Jun 20, 2025
The `timescaledev/rust-builder` is outdated, and we don't need it
anyways because everything in it we need is in the base GH Actions
image. This fixes the CI failure in #240 stemming from this action's
Docker image using an outdated Rust compiler.

It also speeds up the check significantly, because we don't need to wait
for the Docker image to be setup anymore.
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