Skip to content

Commit

Permalink
Fix elog format error in wallog_mapping_file (#5602)
Browse files Browse the repository at this point in the history
## Problem

Fix elog format error in wallog_mapping_file 

## Summary of changes

Use proper case to avoid compilation warning=error in C at MacOS.


## Checklist before requesting a review

- [ ] I have performed a self-review of my code.
- [ ] If it is a core feature, I have added thorough tests.
- [ ] Do we need to implement analytics? if so did you add the relevant
metrics to the dashboard?
- [ ] If this PR requires public announcement, mark it with
/release-notes label and add several sentences in this section.

## Checklist before merging

- [ ] Do not forget to reformat commit message to not include the above
checklist

Co-authored-by: Konstantin Knizhnik <knizhnik@neon.tech>
  • Loading branch information
knizhnik and Konstantin Knizhnik committed Oct 19, 2023
1 parent 2c8741a commit 5a8bcdc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion vendor/postgres-v14
2 changes: 1 addition & 1 deletion vendor/postgres-v15
2 changes: 1 addition & 1 deletion vendor/postgres-v16
6 changes: 3 additions & 3 deletions vendor/revisions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"postgres-v16": "e5e255d2da05bc5f884b871c042014030a114a9b",
"postgres-v15": "23f2d411020a739375b32895ce1362ded2962084",
"postgres-v14": "ebcca9e9eb49621b5b17247833b59e836337e8aa"
"postgres-v16": "550ffa6495a5dc62fccc3a8b449386633758680b",
"postgres-v15": "ab67ab96355d61e9d0218630be4aa7db53bf83e7",
"postgres-v14": "6669a672ee14ab2c09d44c4552f9a13fad3afc10"
}

1 comment on commit 5a8bcdc

@github-actions
Copy link

Choose a reason for hiding this comment

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

2391 tests run: 2270 passed, 0 failed, 121 skipped (full report)


Code coverage (full report)

  • functions: 52.8% (8393 of 15898 functions)
  • lines: 80.5% (49022 of 60866 lines)

The comment gets automatically updated with the latest test results
5a8bcdc at 2023-10-19T18:18:53.436Z :recycle:

Please sign in to comment.