mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
The documentation claimed that an enum type requires "one or more" labels, but since 1fd9883ff49, zero labels are also allowed. Reported-by: Lukas Eder <lukas.eder@gmail.com> Bug: #15356