We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2332df commit ba61554Copy full SHA for ba61554
src/index/vchordrq/dispatch.rs
@@ -179,15 +179,15 @@ pub fn maintain<R>(
179
check,
180
),
181
};
182
- pgrx::info!(
+ pgrx::debug1!(
183
"maintain: number_of_formerly_allocated_pages = {}",
184
maintain.number_of_formerly_allocated_pages
185
);
186
187
"maintain: number_of_freshly_allocated_pages = {}",
188
maintain.number_of_freshly_allocated_pages
189
190
191
"maintain: number_of_freed_pages = {}",
192
maintain.number_of_freed_pages
193
0 commit comments