Skip to content

Prepare v1.3.0#37

Open
mason-sharp wants to merge 2 commits into
mainfrom
prepare-v1.3.0
Open

Prepare v1.3.0#37
mason-sharp wants to merge 2 commits into
mainfrom
prepare-v1.3.0

Conversation

@mason-sharp
Copy link
Copy Markdown
Member

  • Use 1.3.0 instead of 1.3
  • Add release notes and make some doc changes

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 4, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 1928d5a8-c169-4d0a-ad2a-c9b167f93444

📥 Commits

Reviewing files that changed from the base of the PR and between 88f3125 and 7fe6f91.

⛔ Files ignored due to path filters (1)
  • expected/lolor.out is excluded by !**/*.out
📒 Files selected for processing (8)
  • Makefile
  • README.md
  • docs/index.md
  • docs/lolor_release_notes.md
  • lolor--1.2.2--1.3.0.sql
  • lolor.control
  • sql/lolor.sql
  • src/lolor.c

📝 Walkthrough

Walkthrough

Version 1.3.0 is released with a refined single-writer execution requirement for large object migration. Extension metadata, build configuration, and SQL scripts are updated to reflect 1.3.0; documentation clarifies that migrate_from_native() must run from one writer node to prevent OID collisions during replication.

Changes

Version Bump and Migration Documentation

Layer / File(s) Summary
Version metadata and build configuration
lolor.control, Makefile, lolor--1.2.2--1.3.0.sql, sql/lolor.sql, src/lolor.c
Extension control default version, build migration file list, SQL file header, extension upgrade directive, and version cutoff comment all change from 1.3 to 1.3.0.
Migration constraints and release notes documentation
README.md, docs/index.md, docs/lolor_release_notes.md
Limitations section updated to specify single-writer execution for migrate_from_native() to ensure collision-free OID replication; release notes document version 1.3.0 features, expanded test coverage, and security hardening.

Poem

🐰 A patch so clean, a version bump bright,
From 1.3 to 1.3.0—what a delight!
Single-writer wisdom now on display,
OID collisions kept safely at bay,
Documentation dances in perfect array.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Prepare v1.3.0' clearly and concisely summarizes the main change—bumping the version from 1.3 to 1.3.0 across multiple files.
Description check ✅ Passed The description directly relates to the changeset by mentioning version updates to 1.3.0 and documentation/release notes changes, which match the actual modifications.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch prepare-v1.3.0

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 Infer (1.2.0)
src/lolor.c

src/lolor.c:15:10: fatal error: 'postgres.h' file not found
15 | #include "postgres.h"
| ^~~~~~~~~~~~
1 error generated.
Error: the following clang command did not run successfully:
/opt/infer-linux-x86_64-v1.2.0/lib/infer/facebook-clang-plugins/clang/install/bin/clang-18
@/tmp/coderabbit-infer/7fe6f91b66380c0178f9b4a836e41794afb533f2-7b5853aadf5735a0/tmp/clang_command_.tmp.049d49.txt
++Contents of '/tmp/coderabbit-infer/7fe6f91b66380c0178f9b4a836e41794afb533f2-7b5853aadf5735a0/tmp/clang_command_.tmp.049d49.txt':
"-cc1" "-load"
"/opt/infer-linux-x86_64-v1.2.0/lib/infer/infer/bin/../../facebook-clang-plugins/libtooling/build/FacebookClangPlugin.dylib"
"-add-plugin" "BiniouASTExporter" "-plugin-arg-BiniouASTExporter" "-"
"-plugin-arg-BiniouASTExporter" "PREPEND_CURRENT_DIR=1"
"-plugin-arg-BiniouASTExporter" "MAX_STRING_SIZE=65535" "-cc1" "-triple"
"x86_64-unknown-linux-gnu" "-emit-obj" "-mrelax-all" "-disable-free"
"-clear-ast-befor

... [truncated 661 characters] ...

"
"/opt/infer-linux-x86_64-v1.2.0/lib/infer/facebook-clang-plugins/clang/install/lib/clang/18/include"
"-internal-isystem" "/usr/local/include" "-internal-isystem"
"/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include"
"-internal-externc-isystem" "/usr/include/x86_64-linux-gnu"
"-internal-externc-isystem" "/include" "-internal-externc-isystem"
"/usr/include" "-Wno-ignored-optimization-argument" "-Wno-everything"
"-ferror-limit" "19" "-fgnuc-version=4.2.1" "-fskip-odr-check-in-gmf"
"-D__GCC_HAVE_DWARF2_CFI_ASM=1" "-o"
"/tmp/coderabbit-infer/7b5853aadf5735a0/file.o" "-x" "c" "src/lolor.c"
"-O0" "-fno-builtin" "-include"
"/opt/infer-linux-x86_64-v1.2.0/lib/infer/infer/bin/../lib/clang_wrappers/global_defines.h"
"-Wno-everything"


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mason-sharp mason-sharp requested a review from danolivo June 4, 2026 23:09
@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented Jun 4, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 duplication

Metric Results
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

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.

1 participant