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

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Remove to pre-8.2 coding convention for PG_MODULE_MAGIC
Date
Msg-id E1dnFQZ-0002dF-UF@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Code review for nodeGatherMerge.c.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Improve code coverage of select_parallel test.