···1+[target.'cfg(target_os="macos")']
2+# Postgres symbols won't be available until runtime
3+rustflags = ["-Clink-arg=-Wl,-undefined,dynamic_lookup"]
···1+-- this setup file is run immediately after the regression database is (re)created
2+-- the file is optional but you likely want to create the extension
3+CREATE EXTENSION xataid_extension;
+3
crates/xataid-extension/pg_regress/sql/setup.sql
···000
···1+-- this setup file is run immediately after the regression database is (re)created
2+-- the file is optional but you likely want to create the extension
3+CREATE EXTENSION xataid_extension;