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

Fix PG_MAJORVERSION_NUM typo #9774

Merged
merged 1 commit into from
Nov 15, 2024
Merged

Fix PG_MAJORVERSION_NUM typo #9774

merged 1 commit into from
Nov 15, 2024

Conversation

tristan957
Copy link
Member

In ea32f1d, Matthias added a feature to our extension to expose more granular wait events. However, due to the typo, those wait events were never registered, so we used the more generic wait event types instead.

In ea32f1d, Matthias added a feature to
our extension to expose more granular wait events. However, due to the
typo, those wait events were never registered, so we used the more
generic wait event types instead.

Signed-off-by: Tristan Partin <tristan@neon.tech>
@tristan957 tristan957 requested a review from MMeent November 15, 2024 18:51
@tristan957 tristan957 requested review from a team as code owners November 15, 2024 18:51
@tristan957 tristan957 requested a review from jcsp November 15, 2024 18:51
@tristan957 tristan957 added the /release-notes Release notes content label Nov 15, 2024
Copy link

5490 tests run: 5247 passed, 0 failed, 243 skipped (full report)


Code coverage* (full report)

  • functions: 31.9% (7933 of 24849 functions)
  • lines: 49.7% (62847 of 126497 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
df6dbe9 at 2024-11-15T19:49:52.505Z :recycle:

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.

Whoops

thanks for fixing

@tristan957 tristan957 merged commit 23eabb9 into main Nov 15, 2024
85 checks passed
@tristan957 tristan957 deleted the tristan957/wait-events branch November 15, 2024 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
/release-notes Release notes content
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants