mirror of
https://github.com/postgres/postgres.git
synced 2025-11-15 00:04:08 -05:00
not global variables of anonymous enum types. This didn't actually hurt much because most linkers will just merge the duplicated definitions ... but some will complain. Per bug #4731 from Ceriel Jacobs. Backpatch to 8.1 --- the declarations don't exist before that.