mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
There's some question about the correctness of the hash function, but if it's wrong, the 32-bit version is also wrong. Amul Sul, reviewed by Hironobu Suzuki Discussion: https://postgr.es/m/CAAJ_b947JjnNr9Cp45iNjSqKf6PA5mCTmKsRwPjows93YwQrmw@mail.gmail.com
5 lines
158 B
Text
5 lines
158 B
Text
# hstore extension
|
|
comment = 'data type for storing sets of (key, value) pairs'
|
|
default_version = '1.6'
|
|
module_pathname = '$libdir/hstore'
|
|
relocatable = true
|