timescale / pg_influx

InfluxDB Line Protocol Listener for PostgreSQL
Apache License 2.0
17 stars 3 forks source link

Pass worker data correctly #15

Closed mkindahl closed 1 year ago

mkindahl commented 1 year ago

The bgw_extra field will be copied directly to the shared memory slot using memcpy and not copying memory allocated through pointers, so modifying structure to make the entire structure copyable.

Fixes #14