pgsql: Now that the shared library name can be adjusted in the library

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Now that the shared library name can be adjusted in the library
Дата
Msg-id E1Rq3wf-0001Tu-Pi@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Now that the shared library name can be adjusted in the library test,
have pg_upgrade allocate a maximum fixed size buffer for testing the
library file name, rather than base the allocation on the library name.

Backpatch to 9.1.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e96fcb06b9721f975daed229c0c61f283d320357

Modified Files
--------------
contrib/pg_upgrade/function.c |    3 +--
1 files changed, 1 insertions(+), 2 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Now that the shared library name can be adjusted in the library
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Add pg_trigger_depth() function