mirror of
https://github.com/postgres/postgres.git
synced 2025-06-02 00:01:40 -04:00
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>