meson: Use a better error message in an impossible case
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 29 Jun 2023 11:06:41 +0000 (13:06 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 29 Jun 2023 11:06:41 +0000 (13:06 +0200)
commit99e57663518b0eaf8fa69d20d0e796321bc8e558
treecddeb6ccb3676d743cc3aec5a8a0a946a3a8cf54
parentaf492eb6d6c90cf470c544083d3b6b3648f1bea2
meson: Use a better error message in an impossible case

Meson validates 'choice' options for us, so technically this case is
impossible. A better error message helps people reading the code
understand what is going on in that branch.

Author: Tristan Partin <tristan@neon.tech>
Discussion: https://www.postgresql.org/message-id/flat/CSPIJVUDZFKX.3KHMOAVGF94RV%40c3po
meson.build