]> granicus.if.org Git - postgresql/commit
Remove to pre-8.2 coding convention for PG_MODULE_MAGIC
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 31 Aug 2017 02:40:24 +0000 (22:40 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 31 Aug 2017 02:40:24 +0000 (22:40 -0400)
commitb5c75feca7ffb2667c42b86286e262d6cb709b76
tree00f0eba5557f688f1942548994bf92d5c1ef9d0d
parent04e9678614ec64ad9043174ac99a25b1dc45233a
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>
contrib/citext/citext.c
doc/src/sgml/plhandler.sgml
doc/src/sgml/spi.sgml
doc/src/sgml/xfunc.sgml
src/test/regress/regress.c