[PATCH v1] PQputCopyEnd never returns 0, fix the inaccurate comment

From: Junwang Zhao <zhjwpku(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: [PATCH v1] PQputCopyEnd never returns 0, fix the inaccurate comment
Date: 2023-08-28 09:58:43
Message-ID: CAEG8a3Jt5KwMNr+_S6VN68rog4HeoG6ELvPQO8kZNQTeJeQ=rQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

PQputCopyEnd returns 1 or -1, never 0, I guess the comment was
copy/paste from PQputCopyData's comment, this should be fixed.

--
Regards
Junwang Zhao

Attachment Content-Type Size
v1-0001-PQputCopyEnd-never-returns-0-fix-the-inaccurate-c.patch application/octet-stream 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amul Sul 2023-08-28 10:11:59 Re: ALTER COLUMN ... SET EXPRESSION to alter stored generated column's expression
Previous Message Amul Sul 2023-08-28 09:54:12 Re: ALTER COLUMN ... SET EXPRESSION to alter stored generated column's expression