1
0
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:
Michael Paquier
2025-11-09 08:17:31 +09:00
parent 980a855c5c
commit 9d7e851a21

View File

@@ -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 static void
EndCopy(CopyToState cstate) EndCopy(CopyToState cstate)