meson: Use a better error message in an impossible case

Peter Eisentraut <peter@eisentraut.org>

Commit: 99e57663518b0eaf8fa69d20d0e796321bc8e558
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2023-06-29T11:06:41Z
Releases: 16.0
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

Files

PathChange+/−
meson.build modified +1 −1

Discussion