Skip to content

feat: bump supautils to v2.7.3 #1530

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

soedirgo
Copy link
Member

@soedirgo soedirgo commented Apr 7, 2025

No description provided.

@steve-chavez
Copy link
Member

steve-chavez commented Apr 11, 2025

pgmq is failing with some weird errors:

2025-04-07T11:06:44.8488021Z postgres> - send
2025-04-07T11:06:44.8488241Z postgres> -------
2025-04-07T11:06:44.8488454Z postgres> -    1
2025-04-07T11:06:44.8488661Z postgres> +      send
2025-04-07T11:06:44.8488894Z postgres> +----------------
2025-04-07T11:06:44.8489134Z postgres> + 94342242243416
2025-04-07T11:06:44.8489365Z postgres>  (1 row)
2025-04-07T11:06:44.8489621Z postgres>  -- Test queue is not case sensitive
2025-04-07T11:06:44.8489920Z postgres> @@ -27,9 +27,9 @@
2025-04-07T11:06:44.8490175Z postgres>      msg:='{"foo": "bar2"}',
2025-04-07T11:06:44.8490734Z postgres>      delay:=5
2025-04-07T11:06:44.8490964Z postgres>    );
2025-04-07T11:06:44.8491178Z postgres> - send
2025-04-07T11:06:44.8491397Z postgres> -------
2025-04-07T11:06:44.8491608Z postgres> -    2
2025-04-07T11:06:44.8491905Z postgres> +      send
2025-04-07T11:06:44.8492161Z postgres> +----------------
2025-04-07T11:06:44.8492400Z postgres> + 94342242235208
2025-04-07T11:06:44.8492722Z postgres>  (1 row)
2025-04-07T11:06:44.8492944Z postgres>  select
2025-04-07T11:06:44.8493161Z postgres> @@ -42,21 +42,14 @@
2025-04-07T11:06:44.8493405Z postgres>      vt:=30,
2025-04-07T11:06:44.8493632Z postgres>      qty:=2
2025-04-07T11:06:44.8493851Z postgres>    );
2025-04-07T11:06:44.8494087Z postgres> - msg_id | read_ct |     message
2025-04-07T11:06:44.8494402Z postgres> ---------+---------+-----------------
2025-04-07T11:06:44.8494711Z postgres> -      1 |       1 | {"foo": "bar1"}
2025-04-07T11:06:44.8494992Z postgres> -(1 row)

(ref logs)

The problem is isolated to this line (added in #1362)

execute(format('alter function %s(%s) owner to postgres;', r.objid::regproc, pg_get_function_identity_arguments(r.objid)));
.

This is proven to be a supautils bug in supabase/supautils#134.

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