Mats Kindahl 533e849c57 Pass parameters to workers as a struct
Non-functional change.

Parameters to workers were passed in as a serialized string, which then
needs to be serialized and deserialized using dedicated functions.

This commit refactors code to pass parameters to workers as a struct,
which is then just copied into the `bgw_extra` field of
`BackgroundWorker`. The struct contains simple values and can therefore
be copied using memcpy(3c).
2022-05-31 15:22:13 +02:00
..
2022-02-28 16:53:01 +01:00
2022-04-26 17:24:02 +02:00
2022-05-17 15:24:38 +02:00
2022-04-21 14:41:17 -03:00