pgsql: Allow redeclaration of typedef yyscan_t

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Allow redeclaration of typedef yyscan_t
Дата
Msg-id E1uwxAa-000Ik5-0B@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow redeclaration of typedef yyscan_t

This is allowed in C11, so we don't need the workaround guards against
it anymore.  This effectively reverts commit 382092a0cd2 that put
these guards in place.

Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/10d32190-f31b-40a5-b177-11db55597355@eisentraut.org

Branch
------
master

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

Modified Files
--------------
contrib/cube/cubedata.h                     | 3 ---
contrib/seg/segdata.h                       | 3 ---
src/backend/utils/adt/jsonpath_internal.h   | 3 ---
src/bin/pgbench/pgbench.h                   | 3 ---
src/include/bootstrap/bootstrap.h           | 3 ---
src/include/fe_utils/psqlscan_int.h         | 6 ------
src/include/replication/syncrep.h           | 3 ---
src/include/replication/walsender_private.h | 3 ---
src/pl/plpgsql/src/plpgsql.h                | 3 ---
9 files changed, 30 deletions(-)


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