Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo in comparing start time
Browse files Browse the repository at this point in the history
feikesteenbergen committed Dec 17, 2024
1 parent 631dda8 commit 6b4ae13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/cagg_refresh_producer_consumer/consumer.sql
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ BEGIN
a.finished IS NULL
-- If pids ever get recycled (container/machine restart),
-- this filter ensures we ignore the old ones
AND started > backend_start
AND started > pg_catalog.pg_postmaster_start_time()
AND q.continuous_aggregate = a.continuous_aggregate
)
ORDER BY

0 comments on commit 6b4ae13

Please sign in to comment.