mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 20:52:53 -04:00
Comment: COPY comment improvement
Etsuro Fujita
This commit is contained in:
parent
3b97e6823b
commit
dba5a9dda9
1 changed files with 2 additions and 2 deletions
|
|
@ -2199,8 +2199,8 @@ CopyFrom(CopyState cstate)
|
|||
{
|
||||
/*
|
||||
* Reset the per-tuple exprcontext. We can only do this if the
|
||||
* tuple buffer is empty (calling the context the per-tuple memory
|
||||
* context is a bit of a misnomer now
|
||||
* tuple buffer is empty. (Calling the context the per-tuple memory
|
||||
* context is a bit of a misnomer now.)
|
||||
*/
|
||||
ResetPerTupleExprContext(estate);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue