]> git.tuebingen.mpg.de Git - osl.git/commit
Initialize column name hash *after* table version is known.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 19 Apr 2017 12:43:08 +0000 (14:43 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 17 Jun 2020 20:30:31 +0000 (22:30 +0200)
commit8d549f29ee743cff2deaab5112dde797476f441f
tree919cc1ac9c6785037f65875eb3d849aafd653298
parent1a3291cfa4e3a1efc50e2a9752bf6abc0e6ce02a
Initialize column name hash *after* table version is known.

We use hash_function() to determine the path of the file/directory
which corresponds to columns of type MAPPED_STORAGE or
DISK_STORAGE. Currently this happens before the index has been
mapped, so we don't know the table version at this point.

Future versions of osl will support multiple hash functions, and the
hash function to use will be determined from the table version. At
this point the modifications of this patch become necessary. At the
moment the patch has no visible effect.
osl.c