Skip to content

Commit 3e50ddc

Browse files
committed
Don't auto-migrate "Replication & Recovery"
1 parent 96288e6 commit 3e50ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pgcommitfest/commitfest/migrations/0016_migrate_topics_to_tags.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ def create_missing_tags_and_map_topics(apps, schema_editor):
3939
"Performance": "Performance",
4040
"Security": "Security",
4141
"Monitoring & Control": "Monitoring",
42-
"Replication & Recovery": "Physical Replication",
4342
"Clients": "libpq",
4443
"SQL Commands": "SQL Commands",
4544
"System Administration": "System Administration",
4645
# 'Miscellaneous' and 'Server Features' are left untagged, because they
4746
# are too vague.
4847
# 'Procedural Languages' has no direct tag equivalent, because new
4948
# there are tags per language. So there's no clear tag that should be
50-
# chosen there.
49+
# chosen there. Similar for 'Replication & Recovery', which also has
50+
# separate tags now for logical and physical replication.
5151
}
5252

5353
# Apply tags to existing patches based on their topics

0 commit comments

Comments
 (0)