Skip to content

fix(db-postgres): near query can give incorrect results#15907

Merged
r1tsuu merged 1 commit intomainfrom
fix/near-postgres
Mar 19, 2026
Merged

fix(db-postgres): near query can give incorrect results#15907
r1tsuu merged 1 commit intomainfrom
fix/near-postgres

Conversation

@r1tsuu
Copy link
Copy Markdown
Member

@r1tsuu r1tsuu commented Mar 11, 2026

Fixes #14471

Ensure geospatial queries use true geodetic meters with the ::geography cast instead of ST_TRansform to EPSG 3857

@github-actions
Copy link
Copy Markdown
Contributor

📦 esbuild Bundle Analysis for payload

This analysis was generated by esbuild-bundle-analyzer. 🤖
This PR introduced no changes to the esbuild bundle! 🙌

@r1tsuu r1tsuu requested a review from DanRibbens March 11, 2026 16:49
@r1tsuu r1tsuu merged commit 843306c into main Mar 19, 2026
155 checks passed
@r1tsuu r1tsuu deleted the fix/near-postgres branch March 19, 2026 18:40
@github-actions
Copy link
Copy Markdown
Contributor

🚀 This is included in version v3.80.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

'near' query in Postgres are giving inaccurate results compared to Mongo

2 participants