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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Avoid C99-ism in pre-v12 branches.
Дата
Msg-id E1jxvpz-0002Zu-CQ@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_10_STABLE

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

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.