pgsql: Remove to pre-8.2 coding convention for PG_MODULE_MAGIC

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove to pre-8.2 coding convention for PG_MODULE_MAGIC
Date: 2017-08-31 02:41:55
Message-ID: E1dnFQZ-0002dF-UF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)yesql(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-08-31 17:16:03 pgsql: Improve code coverage of select_parallel test.
Previous Message Michael Paquier 2017-08-30 23:50:54 Re: Re: [COMMITTERS] pgsql: pg_rewind: Fix some problems when copying files >2GB.