pgsql: Fix comment of PQputCopyEnd()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment of PQputCopyEnd()
Date: 2023-08-29 23:33:49
Message-ID: E1qb8DU-001akc-QI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2023-08-30 01:05:15 pgsql: Allow pgbench to exit immediately when any client is aborted.
Previous Message Michael Paquier 2023-08-29 23:04:50 pgsql: Avoid possible overflow with ltsGetFreeBlock() in logtape.c