postgresql/contrib/hstore_plperl
Tom Lane 68c1d7d42e Dodge a macro-name conflict with Perl.
Some versions of Perl export a macro named HS_KEY.  This creates a
conflict in contrib/hstore_plperl against hstore's macro of the same
name.  The most future-proof solution seems to be to rename our macro;
I chose HSTORE_KEY.  For consistency, rename HS_VAL and related macros
similarly.

Back-patch to 9.5.  contrib/hstore_plperl doesn't exist before that
so there is no need to worry about the conflict in older releases.

Per reports from Marco Atzeri and Mike Blackwell.
2015-11-19 14:54:11 -05:00
..
expected Add CASCADE support for CREATE EXTENSION. 2015-10-03 18:23:40 +02:00
sql Add CASCADE support for CREATE EXTENSION. 2015-10-03 18:23:40 +02:00
.gitignore Add transforms feature 2015-04-26 10:33:14 -04:00
Makefile Enable transforms modules to build and test on Cygwin. 2015-07-18 10:09:04 -04:00
hstore_plperl--1.0.sql Add transforms feature 2015-04-26 10:33:14 -04:00
hstore_plperl.c Dodge a macro-name conflict with Perl. 2015-11-19 14:54:11 -05:00
hstore_plperl.control Add transforms feature 2015-04-26 10:33:14 -04:00
hstore_plperlu--1.0.sql Add transforms feature 2015-04-26 10:33:14 -04:00
hstore_plperlu.control Add transforms feature 2015-04-26 10:33:14 -04:00