Skip to content

Commit

Permalink
Fix pg13-- pg_stat_slru query
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Jul 13, 2024
1 parent 2c49539 commit 62355f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powa--5.0.0dev.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4835,7 +4835,7 @@ BEGIN
0::bigint AS blks_zeroed, 0::bigint AS blks_hit,
0::bigint AS blks_read, 0::bigint AS blks_written,
0::bigint AS blks_exists,
0::bigint AS flushes, 0::bigint as truncates
0::bigint AS flushes, 0::bigint as truncates,
NULL::timestamp with time zone AS stats_reset
WHERE false;
END IF;
Expand Down

0 comments on commit 62355f4

Please sign in to comment.