pgsql: Avoid C99-ism in pre-v12 branches.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Avoid C99-ism in pre-v12 branches.
Дата
Msg-id E1jxvpz-0002Zt-Bz@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Avoid C99-ism in pre-v12 branches.

Per buildfarm (I need to figure out why my own compiler did not
whine about this).

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/22b96f883fe2a454476b4d5fd69ee46b15889169

Modified Files
--------------
src/backend/catalog/indexing.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Minor glossary tweaks
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Weaken type-OID-matching checks in array_recv and record_recv.