mirror of
https://github.com/postgres/postgres.git
synced 2025-11-13 16:22:44 +03: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user