Skip to content
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

Add lock-free ensure that column doesn't exist #1383

Merged

Conversation

InverseIntegral
Copy link
Contributor

No description provided.

@InverseIntegral InverseIntegral requested a review from n-g January 29, 2025 13:35
@InverseIntegral InverseIntegral force-pushed the matteo/add-lock-free-ensure-column-doesnt-exists branch from 5869bde to da328b8 Compare January 29, 2025 13:36
Copy link
Contributor

@n-g n-g left a comment

Choose a reason for hiding this comment

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

LGTM

LANGUAGE plpgsql AS
$func$
BEGIN
IF NOT EXISTS (
Copy link
Contributor

Choose a reason for hiding this comment

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

IF EXISTS

@InverseIntegral InverseIntegral force-pushed the matteo/add-lock-free-ensure-column-doesnt-exists branch from da328b8 to 7c6b3f1 Compare January 29, 2025 13:47
@InverseIntegral InverseIntegral added this pull request to the merge queue Jan 29, 2025
Merged via the queue into main with commit bfd2a10 Jan 29, 2025
18 checks passed
@InverseIntegral InverseIntegral deleted the matteo/add-lock-free-ensure-column-doesnt-exists branch January 29, 2025 13:58
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