Remove to pre-8.2 coding convention for PG_MODULE_MAGIC

Peter Eisentraut <peter_e@gmx.net>

Commit: b5c75feca7ffb2667c42b86286e262d6cb709b76
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-08-31T02:40:24Z
Releases: 11.0
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>

Files

PathChange+/−
contrib/citext/citext.c modified +0 −2
doc/src/sgml/plhandler.sgml modified +0 −2
doc/src/sgml/spi.sgml modified +0 −2
doc/src/sgml/xfunc.sgml modified +1 −12
src/test/regress/regress.c modified +0 −2

Documentation touched