pgsql: Remove unnecessary declaration in win32_port.h

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove unnecessary declaration in win32_port.h
Дата
Msg-id E1lqTYT-0007Em-RB@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove unnecessary declaration in win32_port.h

Mis-merge introduced by e2f21ff, where pgwin32_setenv() was listed but
not defined in win32env.c.  This had no consequences as this routine
does not exist in this branch.

Only REL_12_STABLE and REL_13_STABLE got that wrong.

Backpatch-through: 12

Branch
------
REL_12_STABLE

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

Modified Files
--------------
src/include/pg_config.h.win32 | 2 +-
src/include/port/win32_port.h | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Reorder superuser check in pg_log_backend_memory_contexts()
Следующее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: Doc: Further update documentation for asynchronous execution.