Skip to content

Commit 795264f

Browse files
committed
Update comment
1 parent 1652933 commit 795264f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pgcommitfest/commitfest/migrations/0016_migrate_topics_to_tags.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,15 @@ def create_missing_tags_and_map_topics(apps, schema_editor):
4444
"Performance": "Performance",
4545
"Security": "Security",
4646
"Monitoring & Control": "Monitoring",
47-
"Procedural Languages": "PL/pgSQL",
4847
"Replication & Recovery": "Physical Replication",
4948
"Clients": "libpq",
5049
"SQL Commands": "SQL Commands",
5150
"System Administration": "System Administration",
52-
# 'Miscellaneous' and 'Server Features' are left untagged
51+
# 'Miscellaneous' and 'Server Features' are left untagged, because they
52+
# are too vague.
53+
# 'Procedural Languages' has no direct tag equivalent, because new
54+
# there are tags per language. So there's no clear tag that should be
55+
# chosen there.
5356
}
5457

5558
# Get patch IDs that are in active commitfests (open or in-progress)

0 commit comments

Comments
 (0)