[COMMITTERS] pgsql: Silence compiler warning induced by commit de4389712.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Silence compiler warning induced by commit de4389712.
Дата
Msg-id E1d3RFo-0002J1-Tm@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Silence compiler warning induced by commit de4389712.

Smarter compilers can see that "slot" can't be used uninitialized,
but some popular ones cannot.  Noted by Jeff Janes.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/49da00677dc25d83be44372918e21a405863ace2

Modified Files
--------------
src/backend/replication/logical/launcher.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: doc: ALTER SUBSCRIPTION documentation fixes
Следующее
От: Stephen Frost
Дата:
Сообщение: [COMMITTERS] pgsql: pg_get_partkeydef: return NULL for non-partitions