pgsql: Remove redundant memory context switches in BeginCopyFrom(). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove redundant memory context switches in BeginCopyFrom().
Date
Msg-id E1nAEtM-00059l-Ch@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove redundant memory context switches in BeginCopyFrom().

This is probably a leftover from code refactoring.

Japin Li

Discussion: https://postgr.es/m/MEYP282MB16693DDABDFEC7949AC31857B6599@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/89f059bdf52cc9a86b890d42ceed92237123479e

Modified Files
--------------
src/backend/commands/copyfrom.c | 4 ----
1 file changed, 4 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Dynamically find correct installation docs in Makefile.
Next
From: Tom Lane
Date:
Subject: pgsql: Make configure prefer python3 to plain python.