ProctorU / squint

Search PostgreSQL jsonb and hstore columns
MIT License
26 stars 3 forks source link

Prevent 'already initialized constant' warning for HASH_DATA_COLUMNS #19

Closed Tetramputechture closed 5 years ago

Tetramputechture commented 5 years ago

Each time that Squint is initialized, we try to re-initialize the HASH_DATA_COLUMNS constant. Memoizing this variable prevents the re-initialization.

afomera commented 5 years ago

👏