mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Comment: COPY comment improvement
Etsuro Fujita
This commit is contained in:
@ -2199,8 +2199,8 @@ CopyFrom(CopyState cstate)
|
|||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Reset the per-tuple exprcontext. We can only do this if the
|
* Reset the per-tuple exprcontext. We can only do this if the
|
||||||
* tuple buffer is empty (calling the context the per-tuple memory
|
* tuple buffer is empty. (Calling the context the per-tuple memory
|
||||||
* context is a bit of a misnomer now
|
* context is a bit of a misnomer now.)
|
||||||
*/
|
*/
|
||||||
ResetPerTupleExprContext(estate);
|
ResetPerTupleExprContext(estate);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user