Skip to content
Snippets Groups Projects
Commit bfb5a7ca authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Move tuple_field_* getters from tuple_format.h to tuple.h.

Initially tuple_field_* getters were placed in tuple_format.h to avoid
including tuple_format.h in tuple.h. Now we include tuple_format.h
in tuple.h anyway, so move the code where it belongs. Besides, there
were a bunch of new getters added to tuple.h since then, so the code
has rotten a bit.

This is a preparation for an overhaul of tuple_field_* getters naming.
parent bb231fce
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment