mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04:00
Operating directly on the underlying varlena saves palloc and memcpy overhead, which testing shows to be significant. Extracted from a larger patch by Alexander Korotkov.