Skip to content

fix compilation error in pg16 with ext patch #362

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
Feb 12, 2024

Conversation

skyzh
Copy link
Member

@skyzh skyzh commented Feb 12, 2024

the previous patch didn't compile 🤣

@save-buffer i also noticed that is_neon_superuser is used in pg14/pg15 subscriptioncmds.c but not in pg16. Is it expected that pg16 uses different superuser check mechanism?

@save-buffer
Copy link

Yeah, that's not in pg16 because there's a new predefined role you can give to roles to allow them to create subscriptions, so adding that check in pg16 wasn't needed.

@skyzh skyzh merged commit 8bc2c86 into REL_16_STABLE_neon Feb 12, 2024
@skyzh skyzh deleted the pg16/skyzh/extension-fix-2 branch February 12, 2024 21:32
skyzh added a commit that referenced this pull request Feb 16, 2024
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