Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijun-H committed Oct 26, 2024
1 parent 92cdc65 commit a7fb89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/utility/view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub fn view_query(
{
pg_sys::pg_analyze_and_rewrite(
&mut raw_stmt,
(*pstate).p_sourcetext,
query_string.as_ptr(),
null_mut(),
0,
null_mut(),
Expand Down

0 comments on commit a7fb89c

Please sign in to comment.