mirror of
https://github.com/postgres/postgres.git
synced 2026-06-01 13:28:44 -04:00
33b2a2c97f
clang complains about this, not unreasonably, so define another struct that's explicitly for a WordEntryPos with exactly one element. While at it, get rid of pretty dubious use of a static variable for more than one purpose --- if it were being treated as const maybe I'd be okay with this, but it isn't.