mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
Fix comment in copyto.c
Author: Tatsuya Kawata <kawatatatsuya0913@gmail.com> Discussion: https://postgr.es/m/CAHza6qeNbqgMfgDi15Dv6E6GWx+8maRAqe97OwzYz3qpEFouJQ@mail.gmail.com
This commit is contained in:
parent
980a855c5c
commit
9d7e851a21
1 changed files with 1 additions and 1 deletions
|
|
@ -586,7 +586,7 @@ ClosePipeToProgram(CopyToState cstate)
|
|||
}
|
||||
|
||||
/*
|
||||
* Release resources allocated in a cstate for COPY TO/FROM.
|
||||
* Release resources allocated in a cstate for COPY TO.
|
||||
*/
|
||||
static void
|
||||
EndCopy(CopyToState cstate)
|
||||
|
|
|
|||
Loading…
Reference in a new issue