pgsql: New contrib module, auth_delay.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: New contrib module, auth_delay.
Дата
Msg-id E1PMJoW-0006JW-Dv@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
New contrib module, auth_delay.

KaiGai Kohei, with a few changes by me.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=fe7a32fc87e68edf014ee7e575f92cb027437ff4

Modified Files
--------------
contrib/Makefile                |    1 +
contrib/README                  |    5 +++
contrib/auth_delay/Makefile     |   14 ++++++++
contrib/auth_delay/auth_delay.c |   70 +++++++++++++++++++++++++++++++++++++++
doc/src/sgml/auth-delay.sgml    |   67 +++++++++++++++++++++++++++++++++++++
doc/src/sgml/contrib.sgml       |    1 +
doc/src/sgml/filelist.sgml      |    1 +
7 files changed, 159 insertions(+), 0 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: A bit more wordsmithing on the PQping documentation.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: In libpq/Makefile, use OBJS += as a way to break up long link li