Skip to content

Normalize tnumber multiplication naming from mult to mul#188

Open
estebanzimanyi wants to merge 2 commits into
fix/bump-meos-pinfrom
fix/normalize-tnumber-mult-to-mul
Open

Normalize tnumber multiplication naming from mult to mul#188
estebanzimanyi wants to merge 2 commits into
fix/bump-meos-pinfrom
fix/normalize-tnumber-mult-to-mul

Conversation

@estebanzimanyi
Copy link
Copy Markdown
Member

Renames the binding surface to the canonical MEOS/MobilityDB name: the SQL function tnumber_mult becomes tnumber_mul and the Mult_* execution methods become Mul_* (their bodies already call mul_int_tint / mul_tfloat_float / mul_tnumber_tnumber, so only the names change). The * operator overloads are unchanged, and the tnumber math regression tests call tnumber_mul.

@estebanzimanyi estebanzimanyi force-pushed the fix/normalize-tnumber-mult-to-mul branch from cf43f57 to 97a4c41 Compare May 29, 2026 17:32
@estebanzimanyi estebanzimanyi changed the base branch from main to fix/bump-meos-pin May 29, 2026 17:32
Adds the SIZEOF_LONG_LONG emission to the rendered pg_config.h so the
DuckDB-Wasm (wasm32-emscripten / ILP32) build of MEOS no longer fails the
pg_bitutils integer-width check.
Renames the SQL function tnumber_mult to tnumber_mul and the Mult_* execution
methods to Mul_* (bodies already call mul_int_tint / mul_tfloat_float /
mul_tnumber_tnumber). The * operator overloads are unchanged.
@estebanzimanyi estebanzimanyi force-pushed the fix/normalize-tnumber-mult-to-mul branch from 97a4c41 to e8501f7 Compare May 29, 2026 20:10
@estebanzimanyi estebanzimanyi force-pushed the fix/bump-meos-pin branch 4 times, most recently from fa2de57 to 17588c0 Compare June 2, 2026 09:47
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