[COMMITTERS] pgsql: Remove to pre-8.2 coding convention for PG_MODULE_MAGIC

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Remove to pre-8.2 coding convention for PG_MODULE_MAGIC
Дата
Msg-id E1dnFQZ-0002dF-UF@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove to pre-8.2 coding convention for PG_MODULE_MAGIC

PG_MODULE_MAGIC has been around since 8.2, with 8.1 long since in EOL,
so remove the mention of #ifdef guards for compiling against pre-8.2
sources from the documentation.

Author: Daniel Gustafsson <daniel@yesql.se>

Branch
------
master

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

Modified Files
--------------
contrib/citext/citext.c     |  2 --
doc/src/sgml/plhandler.sgml |  2 --
doc/src/sgml/spi.sgml       |  2 --
doc/src/sgml/xfunc.sgml     | 13 +------------
src/test/regress/regress.c  |  2 --
5 files changed, 1 insertion(+), 20 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Code review for nodeGatherMerge.c.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Improve code coverage of select_parallel test.