Watch catalog updates

This commit is contained in:
Yves
2025-02-19 12:30:10 +01:00
parent eeffbbd607
commit d53c197f58
3 changed files with 87 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ namespace duckdb {
typedef std::string (*simple_tf_t)(ClientContext &);
struct RunOnceTableFunctionState : GlobalTableFunctionState {
RunOnceTableFunctionState() : run(false){};
RunOnceTableFunctionState() : run(false) {};
std::atomic<bool> run;
static unique_ptr<GlobalTableFunctionState> Init(ClientContext &,