mirror of
https://github.com/postgres/postgres.git
synced 2026-06-20 23:51:26 -04:00
7e89e61d1b
The documentation claimed that an enum type requires "one or more"
labels, but since 1fd9883ff4, zero labels are also allowed.
Reported-by: Lukas Eder <lukas.eder@gmail.com>
Bug: #15356