pgsql: Fix comment of PQputCopyEnd() - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix comment of PQputCopyEnd()
Date
Msg-id E1qb8DU-001akc-QI@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8bf7db0285dfbc4b505c8be4c34ab7386eb6297f

Modified Files
--------------
src/interfaces/libpq/fe-exec.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Avoid possible overflow with ltsGetFreeBlock() in logtape.c
Next
From: Tatsuo Ishii
Date:
Subject: pgsql: Allow pgbench to exit immediately when any client is aborted.