pgsql: Restructure libpq code to remove some duplicity

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Restructure libpq code to remove some duplicity
Дата
Msg-id E1i7i1v-00040W-3j@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Restructure libpq code to remove some duplicity

There was some duplicate code to run SHOW transaction_read_only to
determine whether the server is read-write or read-only.  Reduce it by
adding another state to the state machine.

Author: Hari Babu Kommi
Reviewed-by: Takayuki Tsunakawa, Álvaro Herrera
Discussion: https://postgr.es/m/CAJrrPGe_qgdbbN+yBgEVpd+YLHXXjTruzk6RmTMhqrFig+32ag@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b438e7e7a1c58e0c20b5f46e73cbd713e8033c69

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 85 ++++++++++++++-------------------------
src/interfaces/libpq/libpq-fe.h   |  3 +-
2 files changed, 33 insertions(+), 55 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Reorder EPQ work, to fix rowmark related bugs and improveeffici
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Reorder EPQ work, to fix rowmark related bugs and improve effici