Skip to content

- Fix mingw64/windows jsonb crash - #22

Open
robe2 wants to merge 1 commit into
plv8:mainfrom
robe2:mingw64-fix
Open

- Fix mingw64/windows jsonb crash#22
robe2 wants to merge 1 commit into
plv8:mainfrom
robe2:mingw64-fix

Conversation

@robe2

@robe2 robe2 commented Aug 14, 2026

Copy link
Copy Markdown
Contributor
  • Add windows artifacts to .gitignore

Main issue is unsigned long in windows is 32-bit so was being truncated No need for this anyway since PG_RETURN_JSONB_P already works directly without going thru DatumGetJsonbP
Closes #20

- Add windows artifacts to .gitignore

Main issue is unsigned long in windows is 32-bit so was being truncated
No need for this anyway since PG_RETURN_JSONB_P already works directly
without going thru DatumGetJsonbP
Closes plv8#20
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.

mingw64 / msys2 regress windows issues

1 participant