Skip to content

Commit

Permalink
debug bfv_meta_track
Browse files Browse the repository at this point in the history
  • Loading branch information
yjhjstz committed Dec 26, 2024
1 parent 2f91573 commit 8837b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/regress/sql/bfv_meta_track.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

create schema bfv_meta_track;
set search_path to bfv_meta_track;
select count(*) from pg_stat_last_operation join
select * from pg_stat_last_operation join
pg_namespace on pg_namespace.oid = pg_stat_last_operation.objid
where pg_namespace.nspname = 'bfv_meta_track';

Expand Down

0 comments on commit 8837b15

Please sign in to comment.