citus/src
Onur Tirtir 0b81f68def
Use memcpy instead of memcpy_s to avoid pointless limits in columnar (#6419)
DESCRIPTION: Raises memory limits in columnar from 256MB to 1GB for
reads and writes

This doesn't completely fix #5918 but at least increases the
buffer limits that might cause throwing an error when reading
from or writing into into columnar storage. A way better approach
to fix this is documented in #6420.

Replacing memcpy_s with memcpy is quite safe in those places
since we anyway make sure to allocate enough amount of memory
before writing into related buffers.
2022-10-11 14:57:31 +03:00
..
backend Use memcpy instead of memcpy_s to avoid pointless limits in columnar (#6419) 2022-10-11 14:57:31 +03:00
bin/pg_send_cancellation Make enterprise features open source (#6008) 2022-06-16 00:23:46 -07:00
include Limit citus_drain_node to drain the specified node only (#6361) 2022-10-09 13:33:08 +03:00
test pg_regress needs the option dlpath for postgres tests to find regress.so (#6416) 2022-10-11 14:43:06 +03:00