postgresql/src
Tom Lane cd22d3cdb9 Avoid useless buffer allocations during binary COPY FROM.
The raw_buf and line_buf buffers aren't used when reading binary format,
so skip allocating them.  raw_buf is 64K so that seems like a worthwhile
savings.  An unused line_buf only wastes 1K, but as long as we're checking
it's free to avoid allocating that too.

Bharath Rupireddy, tweaked a bit by me

Discussion: https://postgr.es/m/CALj2ACXcCKaGPY0whowqrJ4OPJvDnTssgpGCzvuFQu5z0CXb-g@mail.gmail.com
2020-07-11 14:21:28 -04:00
..
backend Avoid useless buffer allocations during binary COPY FROM. 2020-07-11 14:21:28 -04:00
bin Avoid trying to restore table ACLs and per-column ACLs in parallel. 2020-07-11 13:36:50 -04:00
common Prevent compilation of frontend-only files in src/common/ with backend 2020-06-30 13:26:11 +09:00
fe_utils Mop up some no-longer-necessary hacks around printf %.*s format. 2020-06-29 17:12:38 -04:00
include Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodes 2020-07-11 13:32:28 +09:00
interfaces Fix ecpg crash with bytea and cursor variables. 2020-06-30 18:34:41 +02:00
makefiles
pl code: replace most remaining uses of 'master'. 2020-07-08 13:24:35 -07:00
port Clear some style deviations. 2020-05-21 08:31:16 -07:00
template
test Forbid numeric NaN in jsonpath 2020-07-11 03:21:00 +03:00
timezone Remove support for timezone "posixrules" file. 2020-06-29 18:55:01 -04:00
tools Revert "Remove reset of testtablespace from pg_regress on Windows" 2020-07-10 17:08:13 +09:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Update Unicode data to Unicode 13.0.0 and CLDR 37 2020-04-24 09:52:59 +02:00
Makefile.shlib
nls-global.mk