Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ci/postgresql-release-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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.",
Expand Down
Loading