pgsql: Suppress uninitialized-variable warning in guc.c.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Suppress uninitialized-variable warning in guc.c.
Дата
Msg-id E1mwdD8-0000IV-0i@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Suppress uninitialized-variable warning in guc.c.

Back-patch 26812bcaa into 9.5, to suppress one more warning
in out-of-support branches.  (Doesn't appear to be needed
before 9.5.)

Discussion: https://postgr.es/m/d0316012-ece7-7b7e-2d36-9c38cb77cb3b@enterprisedb.com

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/60ca4eec8dc7569e267844aac302174a9ec14801

Modified Files
--------------
src/backend/utils/misc/guc.c | 2 ++
1 file changed, 2 insertions(+)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Improve description of some WAL records with transaction command
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Silence another gcc 11 warning.