Fix comment of PQputCopyEnd()
authorMichael Paquier <michael@paquier.xyz>
Tue, 29 Aug 2023 23:29:08 +0000 (08:29 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 29 Aug 2023 23:29:08 +0000 (08:29 +0900)
commit8bf7db0285dfbc4b505c8be4c34ab7386eb6297f
tree5555221df80bc61537f9e555017775350fe5189f
parent52c6c0f19693367d542d1286c978a713ffcedd3a
Fix comment of PQputCopyEnd()

The comment describing the error codes of this routine mentioned 0 as a
possible value, but this error code has never been used.

Author: Junwang Zhao
Reviewed-by: Aleksander Alekseev
Discussion: https://postgr.es/m/CAEG8a3Jt5KwMNr+_S6VN68rog4HeoG6ELvPQO8kZNQTeJeQ=rQ@mail.gmail.com
src/interfaces/libpq/fe-exec.c