pgsql: Fix comment of PQputCopyEnd()

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix comment of PQputCopyEnd()
Дата
Msg-id E1qb8DU-001akc-QI@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Avoid possible overflow with ltsGetFreeBlock() in logtape.c
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: pgsql: Allow pgbench to exit immediately when any client is aborted.