mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
The switch covers all values of the enum driver variable, so having a default: clause is useless, even if it's only to do Assert(false).
The switch covers all values of the enum driver variable, so having a default: clause is useless, even if it's only to do Assert(false).