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