You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this issue. Can you provide more details about this issue, such like Wrappers version, Postgres version, SQL used and etc.? I've tried to reproduce it but cannot see the error.
Bug report
Describe the bug
Bigquery wrapper fails when trying to query a foreign table inside a view and blocks every single operation after that.
[2024-11-25 20:02:17] [57014] ERROR: canceling statement due to statement timeout
[2024-11-25 20:02:17] Where: while inserting index tuple (0,54) in relation "wrappers_fdw_stats"
[2024-11-25 20:02:17] SQL statement "insert into extensions.wrappers_fdw_stats as s (fdw_name, create_times) values($1, $2)
[2024-11-25 20:02:17] on conflict(fdw_name)
[2024-11-25 20:02:17] do update set
[2024-11-25 20:02:17] create_times = coalesce(s.create_times, 0) + excluded.create_times,
[2024-11-25 20:02:17] updated_at = timezone('utc'::text, now())"
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
Select returns
System information
The text was updated successfully, but these errors were encountered: