]> git.tuebingen.mpg.de Git - osl.git/commitdiff
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)
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.


No differences found