From b59e10572af9d778be87386546d9e0c77f097ad6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 May 2026 09:21:40 +0000 Subject: [PATCH] sync: fix branches.yml drift against SSOT sources.yaml --- branches.yml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/branches.yml b/branches.yml index dea9d71..541ebba 100644 --- a/branches.yml +++ b/branches.yml @@ -551,3 +551,49 @@ branches: upstream: https://github.com/EnterpriseDB/system_stats.git ref: master src_subdir: . + + # PostgreSQL — added by auto/sync-branches + + - branch: postgresqldev + mode: sgml + version: "19devel" + upstream: https://github.com/postgres/postgres.git + ref: master + src_subdir: doc/src/sgml + + - branch: postgresql18 + mode: sgml + version: "18" + upstream: https://github.com/postgres/postgres.git + ref: REL_18_3 + src_subdir: doc/src/sgml + + - branch: postgresql17 + mode: sgml + version: "17" + upstream: https://github.com/postgres/postgres.git + ref: REL_17_9 + src_subdir: doc/src/sgml + + - branch: postgresql16 + mode: sgml + version: "16" + upstream: https://github.com/postgres/postgres.git + ref: REL_16_13 + src_subdir: doc/src/sgml + + # pgEdge System Stats — added by auto/sync-branches + + - branch: pgedgesystemstatsdev + mode: md + version: "dev" + upstream: https://github.com/pgEdge/pgedge_system_stats.git + ref: master + src_subdir: . + + - branch: pgedgesystemstats321 + mode: md + version: "3.2.1" + upstream: https://github.com/pgEdge/pgedge_system_stats.git + ref: v3.2.1 + src_subdir: .