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

sql: add system table to support LISTEN/NOTIFY #127875

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

asg0451
Copy link
Contributor

@asg0451 asg0451 commented Jul 30, 2024

Add a new system table, system.notifications, to
back the LISTEN/NOTIFY mechanism.

Part of: #41522

Release note: None

Built on top of#127818, which adds parsing
support, this patch adds the capability to send
asynchronous notifications to clients over the
pgwire protocol.

Part of: cockroachdb#41522

Release note: None
@asg0451 asg0451 requested review from a team as code owners July 30, 2024 01:25
@asg0451 asg0451 requested review from aadityasondhi, msbutler and michae2 and removed request for a team July 30, 2024 01:25
Copy link

blathers-crl bot commented Jul 30, 2024

It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR?

It looks like your PR touches SQL parser code but doesn't add or edit parser tests. Please make sure you add or edit parser tests if you edit the parser.

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

@asg0451 asg0451 marked this pull request as draft July 30, 2024 01:25
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Add a new system table, system.notifications, to
back the LISTEN/NOTIFY mechanism.

Part of: cockroachdb#41522

Release note: None
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