]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove redundant memory context switches in BeginCopyFrom().
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Jan 2022 17:31:15 +0000 (12:31 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Jan 2022 17:31:15 +0000 (12:31 -0500)
commit89f059bdf52cc9a86b890d42ceed92237123479e
treedccf7dbc24774841286cab37c6fc5b87dba5d458
parentc330b75d9ccecd7ae3cc9716629a48b22235c509
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
src/backend/commands/copyfrom.c