Re: Remove redundant MemoryContextSwith in BeginCopyFrom
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Japin Li <japinli@hotmail.com>
Cc: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>,
"pgsql-hackers@lists.postgresql.org"
<pgsql-hackers@lists.postgresql.org>
Date: 2022-01-20T00:50:31Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Remove redundant memory context switches in BeginCopyFrom().
- 89f059bdf52c 15.0 landed
Japin Li <japinli@hotmail.com> writes: > I see you have already push this patch on master (89f059bdf52), why not > remove MemoryContextSwitchTo in the middle of BeginCopyTo in this commit? That was a different suggestion from a different person, so I didn't want to muddle the credit. Also, it requires a bit of testing, while 89f059bdf52 was visibly perfectly safe. regards, tom lane