Skip to content

[ING-143] fix(events-processor): Pin flat_filters SELECT columns#741

Merged
toommz merged 1 commit into
mainfrom
ing-143
May 21, 2026
Merged

[ING-143] fix(events-processor): Pin flat_filters SELECT columns#741
toommz merged 1 commit into
mainfrom
ing-143

Conversation

@toommz
Copy link
Copy Markdown
Contributor

@toommz toommz commented May 19, 2026

Summary

Same fix as #735 applied to FetchFlatFilters: derive the column list from the FlatFilter struct via schema.Parse and pin it with .Select(...), so a flat_filters view alter no longer invalidates pgx's cached prepared plans (SQLSTATE 0A000) and crashes the pods.

Same fix as #735 applied to FetchFlatFilters: derive the column list
from the FlatFilter struct via schema.Parse and pin it with .Select(...)
so a flat_filters view alter no longer invalidates pgx cached plans
(SQLSTATE 0A000).
@toommz toommz self-assigned this May 19, 2026
@toommz toommz marked this pull request as ready for review May 19, 2026 15:39
@toommz toommz requested a review from vincent-pochet May 19, 2026 15:39
Copy link
Copy Markdown
Contributor

@vincent-pochet vincent-pochet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@toommz toommz merged commit 3ac94a2 into main May 21, 2026
1 check passed
@toommz toommz deleted the ing-143 branch May 21, 2026 09:49
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.

2 participants