We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a4fff commit 5cdd8c7Copy full SHA for 5cdd8c7
src/middle-pgsql.cpp
@@ -760,7 +760,8 @@ middle_pgsql_t::middle_pgsql_t(options_t const *options)
760
bool const has_bucket_index =
761
check_bucket_index(&m_db_connection, options->prefix);
762
763
- if (!has_bucket_index && options->append) {
+ if (!has_bucket_index && options->append &&
764
+ options->with_forward_dependencies) {
765
log_warn("You don't have a bucket index. See manual for details.");
766
}
767
0 commit comments