Wonder how many care
I mean for most, myself included for at least the past 5 maybe 6+ years "mysql" has meant MariaDB. I haven't formally used the "official" MySQL from Oracle I don't know maybe a decade now? Prior to MariaDB the org I was with used Percona MySQL 5.5 (with Percona support, the Percona build had some of their own custom enhancements). It was only after Percona's costs went ballistic one year(up something like 800% YoY for an unlimited site support license which we probably had opened one ticket in the previous year) that we cancelled support, and a new DBA pushed us towards MariaDB.
I've never been a formal DBA, though I have used and managed "MySQL" off and on for about 20 years now(including replication, backups, Galera clusters, and custom monitoring), first production stuff I recall being I think on top of Red Hat Enterprise 2.1, or maybe 3.0. I have also been a shotgun DBA (with focus mainly on operations not things like queries/schema/etc) for Oracle for a few years too. I'll never forget the arguments I had with my manager back in 2007 regarding latch contention and bad application design while he and others were trying to blame Oracle for the outages.
I've dabbled a BIT in Postgres over the past year for a couple of different small apps, I don't doubt it's a fine DB, but wow it is such a PITA to work with operationally after using MySQL for so long(such as create a new DB, create a user/pass, grant access to the DB over the network etc for me today that's many web searches and trial & error). Even Oracle DB seems more friendly in some respects. But hey as long as there is someone else to manage the DB I don't really care, just ask them to figure it out. My job isn't DBA at the end of the day.
I don't doubt if Postgres in the orgs I work with picked up and I actually used it more frequently I'd become more used to it and wouldn't be so bad. But you could also say the same thing about other tools, like Chef configuration management which still annoys me significantly after 12 years of using it on a semi regular basis.