From 28c78485f3191874b9bbf255c4bdfa7fdb4d7eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20R=2E=20Miguel?= Date: Tue, 20 Feb 2024 17:58:32 -0300 Subject: [PATCH] pgxn-bridge: publish pg_bulkload v3.1.21 --- contrib/pg_bulkload/Trunk.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 contrib/pg_bulkload/Trunk.toml diff --git a/contrib/pg_bulkload/Trunk.toml b/contrib/pg_bulkload/Trunk.toml new file mode 100644 index 00000000..58e18a3c --- /dev/null +++ b/contrib/pg_bulkload/Trunk.toml @@ -0,0 +1,12 @@ +[extension] +name = "pg_bulkload" +version = "3.1.21" +license = "bsd" +repository = "http://ossc-db.github.io/pg_bulkload/index.html" +description = "pg_bulkload is designed to load huge amount of data to a database. You can load data to table bypassing PostgreSQL shared buffers." +homepage = "http://ossc-db.github.io/pg_bulkload/index.html" +documentation = "http://ossc-db.github.io/pg_bulkload/index.html" + +[build] +postgres_version = "15" +platform = "linux/amd64"