Skip to content

Commit

Permalink
fix: build sql
Browse files Browse the repository at this point in the history
  • Loading branch information
jgpruitt committed Sep 30, 2024
1 parent 69c1851 commit 2469bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/ai--0.4.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2382,7 +2382,7 @@ begin
if _found is not null then
-- count total items in the queue
select pg_catalog.format
( $sql$select count(1) from %I.%I$sql$
( $sql$select count(1) from (select 1 from %I.%I limit 501) $sql$
, _vec.queue_schema, _vec.queue_table
) into strict _sql
;
Expand Down

0 comments on commit 2469bcc

Please sign in to comment.