Skip to content

Make location index proof deterministic - #556

Merged
stef-k merged 1 commit into
mainfrom
fix/deterministic-location-index-proof-542
Sep 4, 2026
Merged

Make location index proof deterministic#556
stef-k merged 1 commit into
mainfrom
fix/deterministic-location-index-proof-542

Conversation

@stef-k

@stef-k stef-k commented Sep 4, 2026

Copy link
Copy Markdown
Owner

Summary

  • replace planner-choice-sensitive EXPLAIN assertions with live PostgreSQL catalog checks
  • prove the required time and spatial indexes are present, valid, ready, and correctly shaped
  • retain adjacent executable proof of the real bounded lookup query shape

Closes #542

Validation

  • focused test repeated 10/10
  • LocationImportBoundedPostgresTests: 5/5
  • Code Guard: PASS
  • LOC policy: no changed-file warning or failure
  • git diff --check: passed

@stef-k
stef-k merged commit ba84f94 into main Sep 4, 2026
1 check passed
@stef-k
stef-k deleted the fix/deterministic-location-index-proof-542 branch September 4, 2026 18:33
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.

Make legacy location lookup planner assertion deterministic

1 participant