diff options
| author | Peter Eisentraut | 2017-08-31 02:40:24 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2017-08-31 02:40:24 +0000 |
| commit | b5c75feca7ffb2667c42b86286e262d6cb709b76 (patch) | |
| tree | 00f0eba5557f688f1942548994bf92d5c1ef9d0d /contrib/citext | |
| parent | 04e9678614ec64ad9043174ac99a25b1dc45233a (diff) | |
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>
Diffstat (limited to 'contrib/citext')
| -rw-r--r-- | contrib/citext/citext.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/citext/citext.c b/contrib/citext/citext.c index 04f604b15f1..0ba47828bae 100644 --- a/contrib/citext/citext.c +++ b/contrib/citext/citext.c @@ -9,9 +9,7 @@ #include "utils/formatting.h" #include "utils/varlena.h" -#ifdef PG_MODULE_MAGIC PG_MODULE_MAGIC; -#endif /* * ==================== |
