From 22a8bf617eeeb7b52ac2a97e1fbf240b0447b1d8 Mon Sep 17 00:00:00 2001 From: 4mGLn <127629+4mGLn@users.noreply.github.com> Date: Wed, 15 Apr 2026 05:03:00 +0000 Subject: [PATCH] chore(upstream): sync portable PostgreSQL releases () --- ci/postgresql-release-config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/postgresql-release-config.json b/ci/postgresql-release-config.json index 08e4091..8e501a5 100644 --- a/ci/postgresql-release-config.json +++ b/ci/postgresql-release-config.json @@ -42,7 +42,9 @@ "pg_cron": { "repo": "https://github.com/citusdata/pg_cron.git", "ref": "v1.6.7", - "skip_targets": ["windows_x86_64"], + "skip_targets": [ + "windows_x86_64" + ], "notes": [ "Requires shared_preload_libraries = 'pg_cron'.", "Set cron.database_name in postgresql.conf before CREATE EXTENSION if you do not want to use the default postgres database.",